Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.17 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.17 KB

🔍 Python Quiz Series (00–09)

Welcome to the Python Quiz Series, a beginner-friendly collection of 10 Python quizzes designed to sharpen your fundamental programming skills through engaging challenges.


📘 Description

This repo contains 10 interactive Python quizzes (00 to 09), each focusing on core concepts of Python programming such as variables, loops, functions, conditionals, and more. These quizzes are inspired by the Panaverse AI-Python series and are a great way to revise and test your understanding.


📂 Folders (00–09)

Each folder contains a .py file and focuses on a specific Python topic:

Folder Topic
00_quiz Python Basics
01_quiz Variables & Data Types
02_quiz Conditionals
03_quiz Loops
04_quiz Functions
05_quiz Lists & Tuples
06_quiz Dictionaries
07_quiz Strings
08_quiz Error Handling
09_quiz Final Mixed Challenge