Skip to content

Commit 4d603ba

Browse files
Create 01_comments
1 parent f99c22d commit 4d603ba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

scripts/01_comments

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)