Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testlines.py

Lines changed: 1 addition & 0 deletions
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)