Fall 2024 - P1
Big Idea 3 | .1 | .2 | .3 | .4 | .5 | .6 | .7 | .8 | .10 |
3.6 Mastering Conditionals - Hacks
Student led teaching on Conditionals. Learn how conditionals control the flow of a program by executing specific blocks of code under certain conditions.
Quiz
Homework Hack
Write a Python program that takes two numbers as input from the user. The program should:
- Determine if the numbers are equal.
- If the numbers are different, print which number is larger.
Submission
Submit your assignment HERE
This is how we grade:
- 1.0 = above and beyond - mortensen level code
- 0.95 = challenge hack completed + all other hacks are well done
- 0.9 = all hacks completed, but challenge is not attempted/not good
- 0.85 = hacks are not well made / incomplete
- 0.75 = some hacks are missing
- 0.5 = not submitted