Students will learn about functions and parameters, and take an in-depth look at a function that prints text to the screen. They will write an equation to calculate area of a triangle and use a function to print the area value to the screen.
Students will be able to:
Students will learn about if/else statements and conditions in order to categorize triangles into one of 4 categories- Acute, Obtuse, Right, and Equilateral. They will also learn how to write and use comparison and logical operators in Python programs.
SWBAT use comparison and logical operators to write if/else statements that correctly categorize triangles.
Students will learn more about variables and will use algebra to rearrange equations to solve for unknown values. They will also learn to use the ?round? and ?sqrt? functions.
SWBAT write a more reusable program that will check for triangle type with any given base value.