Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 304 Bytes

File metadata and controls

2 lines (2 loc) · 304 Bytes

Quiz-python

A simple Python command-line quiz program that tests basic Python concepts like input functions, operators, and loops. It provides instant feedback for each answer and displays the final score at the end. Perfect for beginners to practice control flow and conditional statements in Python.