commenting python code example
Example 1: python comment
# This is a comment
""" This is a comment"""
"""
This is a comment
Also this is a comment
"""
Example 2: comment in python
# This is a one line comment
"""
This is a comment for multiple lines,
as you can see
"""
""" But also this is valid """
Example 3: how to add comment in python
# Use Hashtag to add comments in python
Example 4: comments in python
# This is a comment
Example 5: python comment
#This is a comment
Example 6: python commenting
this is a coment
# put your comment here