aString = 'Hello World!' # using single quotesanotherString = "Python is cool!" # double quotesprint aString # print, no quotes!s = str(range(4)) # turn list to stringprint s
Name (required)
email (will not be published) (required)
Website