#Strings in python are surrounded by either single quotation marks, or double quotation marks. print("This is a string") print('i am also a string')