Skip to content

Commit

Permalink
Hello World in Python 2 and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidly-logical committed Oct 15, 2017
1 parent 1cd6a65 commit ddb6589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hello_world/hello_world_py2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print "Hello World!"
1 change: 1 addition & 0 deletions hello_world/hello_world_py3.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print ("Hello World!")

0 comments on commit ddb6589

Please sign in to comment.