What type of variable would you store the price of a Louis Vuitton wallet in?
Double
Function that outputs things to the screen
print()
Rewrite the code using variables to output Hello there to the screen.
x="Hello"
y="there"
print("x","y")
x="Hello"
y="there"
print(x,y)
What year was Python created?
1991
In Back to the Future, what type of car is the time machine?
A DeLorean
Name all 5 types of variables used in computer science
Integer
Character
Float/Double
String
Boolean
Function that gathers a user's answers to a question
What symbol lets the program know a function is being placed in a string? For example, making a new line.
\
Name 2 other types of programming languages, other than Python
Java, JavaScript, HTML, Ruby, C, C#, C++, Scratch, etc.
What year did facebook launch?
2004
Name 3 restrictions on naming a variable
-Reserved Words
-Containing Spaces
-Number or symbol as first character
What is wrong with this function?
Print("Jeopardy is on at 7:30")
Capital P in Print
What is the function for nextline?
\n
What is the process of identifying and removing errors from computer hardware or software?
Debugging
How many children are in the von Trapp family in the Sound of Music?
Seven (7)
Contained in ' '
Character
What does the int() function do?
Converts something to a whole number
What can you place in front of a line to stop the computer from executing it?
In the car industry, what does "BMW" stand for?
Is the entity T or F
Boolean
The input function will automatically store input as what type of variable unless specified otherwise?
String
What would the following execute?
print("I","am","Groot", sep="**")
I**am**Groot
What is Python named after?
The old BBC television comedy sketch series called Monty Python's Flying Circus.
What language does the word "robot" come from?
Czech ("robota" means forced labor/work)