We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd9708 commit 7d3ab7eCopy full SHA for 7d3ab7e
1 file changed
Basic/Comments.md
@@ -48,14 +48,10 @@ print(myvar)
48
49
Output
50
```
51
-#Assign Multiline Text to Variable
52
-myvar= """this is multi line comment
+this is multi line comment
53
Second line comment
54
Third line comment
55
-Fourth line """
56
-
57
-#for print result print(myvar)
58
-print(myvar)
+Fourth line
59
60
61
Note:- multi line comments are also used to create doc string for function or class
0 commit comments