Due Date: January 10, 2025
We will be going on a scavenger hunt.
We will be learning about Window 11 Settings
Click here to review how to access Window 11 Settings.
Click here to enter your Windows Settings for a grade.
You will be doing this for 4 PC's.
Your own and the others listed next to your name on the board.
Due Date: January 13, 2024
Purpose: Learn about conditional Statements
Conditional statements are prevalent in every programming language because
they have a multitude of uses. The idea behind them is that IF a condition is
true, THEN another action or block of code will trigger and execute. In Python,
conditional statements take the following format (elif stands for else if):
if something is True:
# DO something
elif some other thing is True:
# DO something else
else:
# DO the final option
In this lesson, you will write a Python program to run on the micro:bit
that will create animation.
Lesson 7 Reaction Timer Game - Click here and complete it.
Cyber Range Passwords (Period 1)
Note: Use Ctrl + Shift + Alt to copy/paste between Linux virtual and Windows environments.