Sign in to access Teach Me mode
Sign in to ask questions
Copy as MarkdownCtrl+⇧+C
Chapter 47 Quiz
Before taking the quiz, verify that you can do each of these without looking at the lessons:
- Name the four primitive types: Write a typed variable declaration for each of
int,float,str, andbool - Predict division results: Explain why
10 / 2returns5.0(not5) and what10 // 3returns - Write boolean expressions: Combine comparisons with
and,or, andnotfor a real condition - Distinguish None from other falsy values: Explain why
None,0,"", andFalseare all falsy but not the same thing - Predict type conversions: Know which conversions succeed and which raise
ValueError
If any feel uncertain, revisit the specific lesson before continuing.
Test your understanding of Python's primitive types, arithmetic, comparisons, and type conversions by solving real-world scenarios.
Checking access...