print statement
A(n) ________ is the easiest way to get your Python program to communicate with you.
symbols
A string can contain letters, numbers, and ________.
Text
________ in Python is considered a specific type of data called a string.
SyntaxError
________: EOL while scanning a string literal.
double quotes
While ________ ") (and single- quotes (‘) are both acceptable ways to define a string, a string needs to be opened and closed by the same type of quote mark.
A string, so named because theyre a series of letters, numbers, or symbols connected in order
as if threaded together by string
"The following piece of code does the following steps
"takes in some input"does An Important Calculation"returns the modified input and a string that says "Success! "
SyntaxError
EOL while scanning a string literal