This project demonstrates fundamental Python concepts including arithmetic operations and string handling. It is designed for beginners learning Python programming.
Two numbers are assigned and the following operations are performed:
- Addition
- Subtraction
- Multiplication
- Division
A first name and last name are combined to create a personalized greeting message.
- Python 3.x
- Any code editor
- Save the code as
main.py - Open terminal or command prompt
- Run:
- Use of variables
- Basic arithmetic operators
- String concatenation
- Console output using
print()