Python Task Solutions This repository contains basic Python programs created for practice and learning.
Files and Their Purpose task 1.py A simple calculator program that takes two numbers from the user and displays their addition, subtraction, multiplication, and division results.
task 2.py A greeting program that asks for your first and last name, then prints a welcome message using your full name.
task 3.py Check if a Number is Even or Odd
task 4.py Sum of Integers from 1 to 50 Using a Loop
How to Run Make sure you have Python installed.
Open a terminal or command prompt.
Author Created by Anuj Dutta for Python practice.