You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testlines.py
+10-7
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,16 @@
4
4
# Last Modified :
5
5
# Version : 1.0
6
6
7
-
# Modifications :
7
+
# Modifications : beven nyamande
8
8
9
-
# Description : This very simple script open a file and prints out 100 lines of whatever is set for the line variable
9
+
# Description : This very simple script open a file and prints out 100 lines of whatever is set for the line variableest you want to print\n" # This sets the variable for the text that you want to print
10
10
11
-
line="Test you want to print\n"# This sets the variable for the text that you want to print
12
-
f=open('mylines.txt','w') # Create the file to store the output
0 commit comments