We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19b9da commit fd98e9eCopy full SHA for fd98e9e
hello.py
@@ -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