top of page

02.07.2018: One Lesson of Python

Today's soundtrack: Marcel Tyberg: Masses.

I'm learning Python from the book Coding Projects in Python. Today's lesson covered how to make an animal quiz. I slightly modified the questions and answers for my own amusement. I learned how to add questions, allow user inputs, check the answer, allow for upper-or-lower cases, give multiple chances, give the player the correct answer after three tries, add correct scores to the global score variable, and display the score at the end of the quiz.


bottom of page