python comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
python comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
python comment
# To make a Python Comment just use # and type.
"""
For Multi-Line Comments
Use Three """
"""
comment in python
# single line : add #
"""
The recommended method for commenting multiple lines is using # on each line.
The (“””) method isn’t actually a comment but defines a Text constant
of the text between the (“””).
It isn’t displayed, but exists and could potentially cause unexpected errors.
"""
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us