Lesson 12: Building Your First Python Quiz
How can familiar Python ideas turn into a working quiz? The surprising answer is that Python has no special quiz command. A small quiz is a complete program built by connecting ordinary statements. The central idea is how those statements pass information from one stage to the next.
