Contained in ' ' or " "
String
Function that outputs things to the screen
print()
what will this program print?
x="Hello"
y="there"
print("x","y")
x y
What year was Python created?
1991
what was the main reason for raising cybercrime a LOT in the previous years?
Covid-19 (going online)
What type of variable would you store the price of a Louis Vuitton wallet in?
float
Function that gathers a user's answers to a question
How to write square root in python
sqrt()
Name 2 other types of programming languages, other than Python
Java, JavaScript, HTML, Ruby, C, C#, C++, Scratch, etc.
How many computer scientists are women?
24%
Name all 4 types of variables used in Python
Integer
Float/Double
String
Boolean
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)
What is the python 3 greatest value for int?
There is none
How would you create a function called rizzFinder that takes in two parameters: a string and a float.
def rizzFinder(name, height):
What is ''' or """?
Multi-line comment
How do you import a module into your program?
import moduleName
In the car industry, what does "BMW" stand for?
Name 3 restrictions on naming a variable
-Reserved Words
-Containing Spaces
-Number or symbol as first character
The input function will automatically store input as what type of variable unless specified otherwise?
String
DOUBLE JEOPARDY
What year did Kate come to Lab?
2019
Iet's see if you remember - who was world's first computer programmer?
Ada Lovelace
What language does the word "robot" come from?
Czech ("robota" means forced labor/work)