Create a variable and assign the string value "LET'S GO!" to it. You can name the variable anything you want as long as it's a valid name that is accepted in Python.
Print out the value of the variable twice, but on the same line, separated by space, using the print() function. Use what you've learned on printing variables with spaces from the current lesson. The output generated by your code must be the same as that of the sample output.
Comments
Leave a comment