Skip to content

Deepak8871/python-tute

Repository files navigation

Python Basics Project

This project demonstrates fundamental Python concepts including arithmetic operations and string handling. It is designed for beginners learning Python programming.


Task 1: Basic Mathematical Operations

Two numbers are assigned and the following operations are performed:

  • Addition
  • Subtraction
  • Multiplication
  • Division

Sample Output


Task 2: Personalized Greeting

A first name and last name are combined to create a personalized greeting message.

Sample Output


Requirements

  • Python 3.x
  • Any code editor

How to Run

  1. Save the code as main.py
  2. Open terminal or command prompt
  3. Run:

Learning Objectives

  • Use of variables
  • Basic arithmetic operators
  • String concatenation
  • Console output using print()

About

python tute file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages