Statements that ignores python interpreter.
- Single line comment start from
#
- Multi line comment written in 3 double inverted comma
""" """
or''' '''
Single Line Comment
1
# This is single line comment
Multi Line Comment
1
2
3
4
"""
This is example of
multi line comment
"""
Comment After Statement
1
import random # importing built-in module