Python Program Structure Quiz
Interactive Quiz ⋅ 8 Questions
By John Sturtz
Test your understanding of Python program structure.
Take this quiz after reading our Structuring Python Programs tutorial.
The quiz contains 8 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Tutorial
Python Program Lexical Structure
In this tutorial you'll dig deeper into Python's lexical structure and start arranging code into more complex groupings. You'll learn about the syntactic elements that comprise statements, the basic units that make up a Python program.