Welcome to my Python Programming Challenges repository! This repository contains solutions to various beginner-friendly Python tasks that I completed as part of a coding challenge. Each task demonstrates my understanding of basic Python concepts and my ability to solve problems programmatically.
📆 Date: 25/02/2025
💻 Description:
Printed the following message using Python:
"Hello, World! Welcome to Python Programming. Let's start coding!"
📆 Date: 26/02/2025
🤖 Description:
Created a program that asks the user for their name and displays a cool AI-style welcome message.
Example Output:
📆 Date: 27/02/2025
🧮 Description:
Built a simple calculator that performs the following operations:
- Addition (+)
- Subtraction (-)
- Multiplication (*)
- Division (/)
The user can choose an operation and input two numbers to get the result.
Example Output:
📆 Date: 01/03/2025
🎯 Description:
Created a program that checks whether a number is even or odd using the modulus (%) operator.
<<<<<<< HEAD
- Clone this repository to your local machine:
git clone https://github.com/your-username/python-challenges.git
=======
914ebe78a7edf791322e7b9a4613a76755228cbc