What code should you add to python to create a comment 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: how to add comment in python
# Use Hashtag to add comments in python
Example 3: python comment
# This line is cemmented out
Example 4: python comment
#This is a comment