You are on page 1of 4

Python Mini project

Name Roll No. Reg No.

Saurav Suman 37 12214419

Akansha Singh 24 12214755

Chetan Aneja 25 12215184

Section: K22HK
Course: INT108:PYTHON PROGRAMMING

Topic:
You have to build a dictionary (Or any other container of your choice) which contains
multiple True/false type quiz questions.
Every participant/user will attempt 5 rounds and in each round random quiz questions will
be displayed to the user/participant.
If the participant answers the quiz question correct, then congratulate him and add the
scores.
At the end display the details and score of the participant.
(Student is free to decide the input and output layout for this mini project)

Submitted To: Mam, Ankita Wadhawan (23891)


GitHub Repository: https://github.com/Saurav1872/python-mini-quiz

Source Code:
Outputs:

You might also like