Skip to content

Commit 22c2d9e

Browse files
committed
changes done
1 parent 1408d45 commit 22c2d9e

File tree

4 files changed

+747
-3
lines changed

4 files changed

+747
-3
lines changed

Joe Smart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello

python2.py

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
a='''x=2
2-
y=3
3-
print hello world'''
1+
2+
# myVar="Joe Smart"
3+
# 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+
418

python2.py.bak

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
# myVar="Joe Smart"
3+
# x = open (myVar+".py", "w")
4+
5+
# x.write("hello")
6+
# x.close()
7+
8+
print "hello"

0 commit comments

Comments
 (0)