Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you make a block comment in python? [closed]

Tags:

python

I have tried using triple quotes but it only turns the code green. As if i were to print it. Not red

"""
How do i make a block comment
"""

So how can i make a block comment, or is it supposed to be green.

like image 226
D.Alkhovik Avatar asked Jul 04 '26 19:07

D.Alkhovik


1 Answers

'''
This is a multiline
comment. I can type here whatever I want.
'''
like image 64
WilomGfx Avatar answered Jul 07 '26 08:07

WilomGfx



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!