Create programs using the following commands: bgcolor pensize circle with amount parameter color with hexcodes left & right input int Assign and utilize variables in their programs Define and call functions that take parameters Ask for and utilize text and numeric user input in their programs
Coding with Colors and Strokes (00:00 - 00:30)
Discussion of using hexcodes instead of basic color names for unique visuals.
Details on using the pensize command to change the thickness of the drawing line.
Advanced Circles and Variables (00:30 - 01:10)
Exploring the amount parameter in the circle function to create arcs and semicircles.
The importance of using variables to store values like colors for cleaner, more readable code.
Functions and Parameters (01:10 - 01:40)
Breaking down how to define and call functions that accept parameters to create dynamic, scalable shapes.
The benefit of reusing code blocks for different sizes or colors.
User Interaction and Inputs (01:40 - 02:00)
How to use the input command to get text from a user.
The necessity of the int command to convert input for use in numeric operations like left and right turns.