how to add " in print python code example
Example 1: how to make a function like print in python
#Print
print('This is a print function')
Example 2: how to print something in python
print("dog")
#Print
print('This is a print function')
print("dog")