Skip to content

Commit 3c799df

Browse files
committedOct 12, 2016
exercises
1 parent 3d7d187 commit 3c799df

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎hello.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env python3
2+
3+
print("Hello World!")

‎numbers.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
a = 2
2+
b = 5
3+

0 commit comments

Comments
 (0)