What does the output function look like in Python?
What does the function for input look like in Python?
input( )
What type of variable could be used to store (Taylor's Version)?
String
The condition must be ___ in order for the conditional statement to execute
True
Where did the singer Britney Spears get her start?
The Mickey Mouse Club
What command allows you to print to the next line?
"\n"
Any input will automatically be stored as what type of variable?
String
Type of variable that stores a decimal
Double/float
What symbol comes after the condition inside parentheses?
Colon :
What artist sang the words “…is it me you’re looking for?”
Lionel Richie
True or false? To output a variable, the variable name needs " " around it?
False
What has to be written before an input function?
variable_name=
A boolean variable is the entity ...
True or false
What are the 3 types of conditional statements in Python?
If, If...Else, and Elif
According to Japanese legend, a sick person will recover if they fold 1,000 of what type of origami?
Crane
sep="***"
What function is used around input( ) if the user wants the input to be stored as a number?
int( )
What goes around a character's value when it is declared?
Single quotations ' '
Rewrite the line of code that is incorrect:
if (host="Martha Stewart):
print("I am not sure she would be the best choice!")
if(host=="Martha Stewart):
What is the only king in a deck of cards without a moustache?
King of Hearts
What will the following code execute?
print("Hello", "from\n", "the\n\n", "other", "\nside")
Hello from
the
other
side
Why is the following code not executing?
x=input("Enter in the number of times you have gone to Disney World")
if (x>5):
print("Wow that's a lot!!")
The input is a string and the condition is looking for an number (integer/float/double)
Name the 5 types of variables
String
Character
Float/Double
Integer
Boolean
True or false: The statements inside a conditional statement have to be indented.
True
if (condition):
statements
What year was the sound of a toilet flushing first aired on TV?
1974