Skip to content

Commit 282c0fe

Browse files
Saidev BattulaSaidev Battula
authored andcommitted
Added Python Comments Program
1 parent 32a490b commit 282c0fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

02_Comments.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This is a comment
2+
# There is no multiline comments concept in Python
3+
print("This program is about Python Comments")

0 commit comments

Comments
 (0)