Foundations Checkpoint
- Explain why
input()usually needs conversion. - Predict the output of three expressions.
- Fix an indentation error.
- Write a program to calculate simple interest.
- Write a program that classifies a number.
- Explain
/,//, and%. - Format a receipt line with an f-string.
- Write a leap-year check.
- Describe one edge case for a calculator.
- Solve one problem from each of the first six problem sets without notes.