We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1408d45 commit 22c2d9eCopy full SHA for 22c2d9e
Joe Smart.py
@@ -0,0 +1 @@
1
+hello
python2.py
@@ -1,4 +1,18 @@
-a='''x=2
2
-y=3
3
-print hello world'''
+
+# myVar="Joe Smart"
+# x = open (myVar+".py", "w")
4
5
+# x.write("hello")
6
+# x.close()
7
8
+pythonprogram='''
9
+print ("hello how are you doing hello")
10
11
+print ("Eod of statemet")
12
+'''
13
14
+exec(pythonprogram)
15
16
17
18
python2.py.bak
@@ -0,0 +1,8 @@
+print "hello"
0 commit comments