Skip to content
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.

Commit

Permalink
python
Browse files Browse the repository at this point in the history
  • Loading branch information
srbcheema1 committed Oct 1, 2017
1 parent 7ec579e commit 86fb0c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hello_world.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#python3
print("hello world")
2 changes: 2 additions & 0 deletions hello_world_python2.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#python
print "hello world"

0 comments on commit 86fb0c1

Please sign in to comment.