print()
Why should you learn to code?
Its cool (and useful.)
How do you import Pygame?
import pygame
Rayan is the President of what club?
Game Development Club
Name 3 Officers from CS First.
Theres a bunch --> I'll tell you if ur right lol
if 1 > 3 and 3 > 1:
print("yippepepsofjvsnkd")
else:
print("man")
What does this print?
man
What does OOP stand for?
Object Oriented Programming
What does x mean in clock.tick(x)
Games Framerate
What's Adrian's favorite game?
Minecraft
What is CTI?
Our volunteer organization where we teach elementary and middle schoolers coding!
How do you get input from the user with a question?
example = input("Why are you so goofy?")
What does String Concatenation pertain to?
Putting two strings together
Pygame is a set of _____ created to help make video games in Python.
Modules
What nationality is Olivier?
French
Name one Branch Club of CS First.
Web Development and CCC
How do you get a random number from a range?
r = random.randint(2, 5)
What is a module?
Where is the coordinate position of an image in Pygame?
Top Left of the image
Vanessa is 10% of the population in what aspect?
What did we teach last year?
Android App Development
Create a class that is a blueprint for creating car (add functions like paint, car type, cost) OPEN REPLIT
eeeee
What is Bubble Sort?
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in the wrong order
What parameters does screen.blit() take?
screen.blit(image, x coord, y coord)
What was interesting about Lillians first friend?
Her friend's name was also Lillian!
Who was our President last year?
Zhaorong