This repository contains three interactive science quiz projects written in Python. Each project focuses on different aspects of science, including astronomy and physics.
This quiz consists of a set of random questions related to astronomy. Questions are shuffled, and the user is prompted to answer each one.
- Open the provided Jupyter Notebook (
Interactive science quiz.ipynb
) in Google Colab or run the Python script (Astronomy Quiz.py
) in your preferred Python environment. - Execute the cells to run the quiz.
- Answer the questions and receive feedback on correctness.
- Optionally, retake the quiz or end the session.
This quiz is designed to test computer literacy. Questions are read from a file, shuffled, and presented to the user.
- Run the Python script (
Computer Literacy Quiz.py
) in your preferred Python environment. - Answer the questions and receive feedback on correctness.
- Choose to check corrections, retake the quiz, or exit the program.
This quiz focuses on basic physics concepts. Questions are presented with multiple-choice options, and the user selects the correct one.
- Run the Python script (
Basic Physics Quiz.py
) in your preferred Python environment. - Answer the questions and receive feedback on correctness.
- Choose to check corrections, retake the quiz, or exit the program.
Feel free to explore each quiz project independently, and enjoy testing your knowledge in astronomy, computer literacy, and basic physics!