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 ca154df commit d8504fcCopy full SHA for d8504fc
codes/comments.py
@@ -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