« All Events
6 PM – Intro To Python – Daniel
December 17, 2024 @ 6:00 pm - 7:00 pm
Today We:
- Finished robux system
- Make sure to upload finished turtle projects
Your HW:
- Study for your final test on 12/19
- Study List:
- Turtle:
draw more shapes/faces project
kaleidospiral
- create functions for drawing things x, y parameters at LEAST
- Robux/Shopping Cart
- Misc Stuff:
- how do you get user input
- how do you continuously ask user for input to menu
- if statements
- elif
- else
- Functions
- parameters
- functions with return
- Lists
- How to add to lists
- how to print out lists (item by item in new line)
- Random
- String functions:
- all caps
- all lowercase
- all titled
- Data types:
- – what is the data type of:
“5”
10.1
0.00
True
“Hamburger”
[1,2,3]
[]
-