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 f99c22d commit 4d603baCopy full SHA for 4d603ba
scripts/01_comments
@@ -0,0 +1,11 @@
1
+# This is a single-line comment
2
+
3
+# This is multi-line comment
4
+# 1. Create User Name
5
+# 2. Print Message to User
6
+# 3. Store Data
7
8
+# Store the final exam score
9
+x = 10
10
11
+x = 9 # Final exam score
0 commit comments