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 2b69219 commit 92da815Copy full SHA for 92da815
codes/ch1/whitespace.py
@@ -0,0 +1,7 @@
1
+#!/usr/bin/python3
2
+
3
+def main():
4
+ print("In the main function")
5
+print("Not in the main function")
6
7
+if __name__ == "__main__": main()
0 commit comments