Welcome to my collection of simple Python programs designed to help me learn the basics of Python programming. These programs are beginner-friendly and cover various concepts such as conditional statements, loops, functions, and basic input/output operations.
This program allows you to convert temperatures between Celsius and Fahrenheit. It demonstrates basic mathematical operations and user input handling.
car_fun.py is a program simulating a car's functionalities. It allows you to start, stop, and quit the car. It's a great exercise to understand how conditional statements work in Python.
A classic guessing game where the user has to guess a randomly generated number. This program focuses on random number generation, user input, and conditional statements.