We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124cb8f commit 8c3aa9eCopy full SHA for 8c3aa9e
greeting.py
@@ -0,0 +1,7 @@
1
+def main():
2
+ name = "Oliver"
3
+ print("Hello", name)
4
+
5
6
+if __name__ == "__main__":
7
+ main()
0 commit comments