print("Insert your message here.")
Name = "Jack"
print(" Good morning! Mr.",Name)
str1 = "Hello World"
print(str1)
print("Hello This is print string")
print('My name is John Doe.')
#Result
#My name is John Doe.
print(" string ")
print("add your string here with a quote"