Skip to main content

Chapter 14: Introduction to Modern Python Quiz

Test your understanding of Python fundamentals, installation, variables, type hints, basic syntax, and your first Python programs.

Chapter 14: Introduction to Modern Python Assessment

Question 1 of 18

In the capstone project, why are all collected user inputs stored as 'str' type instead of converting age to 'int'?