Who is the founder of Rice University?
Who is William Marsh Rice?
Who are people that are teaching you right now?
Who are Annie, Conny, Brandon, JC, and Victoria?
What is the power symbol in Python?
What is **?
the camp you're at
What is Rice Elite Tech Camp?
How do you access the first index of a list?
What is list[0]?
Who is the Reginald Desroches
Who is the President of Rice University?
Who is your head instructor? Spell his name~
Who is Dr. Millard McElwee?
What python libraries packages do we import for math and plotting(one for math and one for plotting)?
What are matplotlib.pyplot and numpy?
the Rice alum who got drafted to the Commanders recently
Who is Luke McCaffrey?
What is 5/2 in python.
What is 2.5?
What is RCEL?
Who is the department that runs Rice Elite Tech Camp?
What is Conny's university?
What is Emory University?
Which import allows you to calculate the determinant of a matrix?
What is NumPy?
the show where the dad was gonna be the Rice Football coach
What is Young Sheldon?
What are the two kinds of loops in Python?
What are while and for?
Who are the owls? (+100 for Who is Sammy the Owl)
Who is the Rice University Mascot?
Name an instructor and his/her major
Let the instructor decide!!
Write out the syntax for importing library and assigning them alias
What is import library_name as alias?
the Marvel character who went to Rice University
Who is Monica Rambeau (one of the Captain Marvels?)
Name 5 datatypes in Python that we have covered
What are None, Int, Float, Boolean, Double?
What is the Sallyport?
What is the campus landmark that students avoid superstitiously until graduation.
Who is the Course Developer and the Head Instructor for this course?
Who is Dr. Millard McElwee?
How do you find the length of a list?
What is len(list_name)?
The person who murdered William Marsh Rice
Who is the valet, Charles F. Jones?
What does the range function return? For example, what is range(0,4).
What is [0,1,2,3]?