Simple projects I made while learning Python basics.
Takes two numbers and shows addition, subtraction, multiplication, and division.
Asks your birth year and calculates your age in years, months, days, and weeks.
Gets your name, age, city, and job, then displays a formatted registration form.
- print and input
- Variables
- int, float, str
- f-strings
- Basic math operations
Just run any file with Python 3:# python-biginner-projects Simple Python projects for beginners: calculator, age calculator, and registration form