Skip to content

Commit d8504fc

Browse files
committed
Adds comments eg
1 parent ca154df commit d8504fc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

codes/comments.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/python3
2+
3+
# Single line comments using hash
4+
5+
# This is
6+
# Multi line
7+
# comment using hash per line

0 commit comments

Comments
 (0)