We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc3bef commit 5353818Copy full SHA for 5353818
file.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/python3
2
+def main():
3
+ print('Hello from Josh!')
4
+
5
6
+if __name__ == '__main__':
7
+ main()
0 commit comments