Python Programming - Creating A Maths Quiz

preview_player
Показать описание
Welcome to Part 10 of the Python Programming tutorial series here on Tutorial Spot.

In Part 10 I demonstrate how we can use print, input and conditions to create a quiz. The code can then be re-used to create more questions - all you need to do is change the question and the answer.

Python 3.6.4 was used to make this tutorial.

Twitter: @TutorialSpotUK
Рекомендации по теме
Комментарии
Автор

we are using this tutorial in our lesson. teehee. this is fun!

sophieconway
Автор

Nice video, thank you. Just one question please: in case I have several questions in the program, how can these be randomized every time the student take the quiz?

titorodriguez