How do you add libraries
import
print("Your mum")
It prints your mum
What programming language did I show you how to do for the last 2 days
Python
Where is the power button on the computer
Point to it for the points
What is the name of your TA
What is a colon used for
Ending of if,while,for and functions
number = 0
while number<5:
print("Hi")
number+=1
It prints Hi five times
Is this a safe password:
password
No it isnt
What is the username you sign in with for this class
dvc.local\c4k
What is the name of the robot we used
microbit
Whats wrong with the following statement and what is the correct way to write it?
if x<:0
if x<0:
what it do:
x=0
x=x+1
It adds 1 to x
What are the components of a dictionary
key-value
What is the password you sign in with for this class
DvcSummer2026!
What is your teachers name
Mr. B, Mr. Balaji, Srihari Balaji
Why doesnt this work:
x=0
def hello():
print(x)
def and print are not properly indented
How do you create variables?
Ex: variable_name = value
What did we do in the first half of this course?
We coded using blocks on makecode
What site did we use to program in blocks and whose company name is on the site.
makecode.microbit.org and Microsoft
What animal is on the python logo(hint its in the name)
Python
why dont it work:
iflort random
choice = random.choice([1,2,3])
import is spelled wrong
How do you add two variables in python
+
Whats the room number of this room
115
What is the name of the substitute teacher you had for the first week
Sriram