Skip to content

Commit 20e8b15

Browse files
committed
changes
1 parent 3a98fcc commit 20e8b15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
x = open (myVar+".py", "w")
5858
x.write(python2)
5959
x.close()
60-
os.system("Echo Hello World")
61-
os.system("echo This is sample text > MyFile.txt")
60+
# os.system("Echo Hello World")
61+
# os.system("echo This is sample text > MyFile.txt")
6262
os.system("2to3 -w file2.py")
6363
# Note for Devops:Running this os.system(2to3 -w file2.py) command in virtual environment
6464
# Run 2to3 file2.py

0 commit comments

Comments
 (0)