Skip to content

Commit fd98e9e

Browse files
committed
First python script.
1 parent e19b9da commit fd98e9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hello.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Introduction to Programming
2+
# Author: Austin Bavaro
3+
# Date: 8/29/2017
4+
def main():
5+
print("Hello, instructor!")
6+
main()

0 commit comments

Comments
 (0)