print("Hello, World!")
you have to make those "" other wise it will treat the string as a number
variable = "printme" print(variable)