Comment imprimer une chaîne en python
print("add your string here with a quote"
Friendly Fowl
print("add your string here with a quote"
print(" string ")
print("Hello This is print string")
print('My name is John Doe.')
#Result
#My name is John Doe.