+ 2

Is it possible to write a comment in python code?

like in c u can write a comment by adding //before the line..is there a way in python to do that?

5th Jan 2018, 9:21 PM
Majd
Majd - avatar
2 Answers
+ 7
#A comment line starts with #. """ A longer comment starts and ends with three quotation marks. """
5th Jan 2018, 9:26 PM
Sebastian Keßler
Sebastian Keßler - avatar
+ 1
thanks
5th Jan 2018, 9:33 PM
Majd
Majd - avatar