We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54eed14 commit d21213fCopy full SHA for d21213f
basics/commands/hello_world.py
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env python
2
+
3
+print("Hello!, World")
4
5
+#This is a full line comment
6
+#This doesn't take space or memory
7
+"""
8
+This is not a block comment
9
+This is a multiline string
10
0 commit comments