Skip to content

Commit 5fb79ce

Browse files
committed
fix
1 parent 8239803 commit 5fb79ce

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

coding202-parsing-json/hello.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
print "Hello World!"
2-
print "How are you?"
1+
2+
print ("Hello World!")
3+
4+
print ("How are you?")

0 commit comments

Comments
 (0)