Skip to content

vikramdotcom/Daily_Python_Chanllenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Programming Challenges 🚀

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.


📋 Tasks Completed

🔹 Task 1: Print a Message

📆 Date: 25/02/2025
💻 Description:
Printed the following message using Python:
"Hello, World! Welcome to Python Programming. Let's start coding!"


🔹 Task 2: AI Greeting

📆 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:

🔹 Task 3: Smart Calculator

📆 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:

🔹 Task 4: Even or Odd Checker

📆 Date: 01/03/2025
🎯 Description:
Created a program that checks whether a number is even or odd using the modulus (%) operator.
<<<<<<< HEAD

🛠️ How to Run the Code

  1. Clone this repository to your local machine:
    git clone https://github.com/your-username/python-challenges.git

=======

914ebe78a7edf791322e7b9a4613a76755228cbc

About

Daily_Python_Chanllenges👀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages