Skip to content

Commit 1ab5159

Browse files
committed
This very simple script open a file and prints out 100 lines of whatever is set for the line variable
1 parent 13a61f5 commit 1ab5159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testlines.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@
1313
for i in range(1,101): # Loop 100 times
1414
f.write(line) # Write the text to the file
1515
f.close() # Close the file
16+

0 commit comments

Comments
 (0)