So drucken Sie eine Zeichenfolge in Python
print("add your string here with a quote"
Friendly Fowl
print("add your string here with a quote"
print('My name is John Doe.')
#Result
#My name is John Doe.
print("Hello This is print string")
print(" string ")