We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98fcc commit 20e8b15Copy full SHA for 20e8b15
python2.py
@@ -57,8 +57,8 @@
57
x = open (myVar+".py", "w")
58
x.write(python2)
59
x.close()
60
-os.system("Echo Hello World")
61
-os.system("echo This is sample text > MyFile.txt")
+# os.system("Echo Hello World")
+# os.system("echo This is sample text > MyFile.txt")
62
os.system("2to3 -w file2.py")
63
# Note for Devops:Running this os.system(2to3 -w file2.py) command in virtual environment
64
# Run 2to3 file2.py
0 commit comments