1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
import statements
a command that lets you borrow code from another file/library
while loops
repeats a block of code as long as a specific condition is true
for loops
repeats a block of code a specific number of times or once for each item in a list
break statement
a command in a program to exit a loop immediately