Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.25 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.25 KB

ccp_quiz_project

README: CCP Quiz Project

This project is a Command-Line Interface (CLI) quiz application developed using Python. The purpose of the CCP Quiz is to test your knowledge of cloud computing concepts, principles, and technologies. The project utilizes Python classes, conditions, dictionaries, lists, and more to create an interactive and engaging quiz experience.

Features:

Multiple-choice questions: The quiz presents a series of multiple-choice questions related to cloud computing. Score tracking: The application keeps track of the user's score as they progress through the quiz. Randomized questions: The questions are randomized, ensuring a unique experience with each quiz attempt. Feedback and results: At the end of the quiz, the user receives feedback on their performance and is provided with their final score. Dependencies:

Python: Make sure you have Python installed on your system to run the CCP Quiz application. Usage:

Clone the repository to your local machine. Open a terminal or command prompt and navigate to the project directory. Run the command python ccp_quiz.py to start the quiz. Follow the on-screen instructions to answer the questions and complete the quiz. After completing the quiz, your score and feedback will be displayed.