This repo contains small Python exercises I do while learning the basics of programming.
- Variables and data types
- Loops and conditionals
- Functions and lists
- Working with files
hello.pyβ prints a welcome messagecalculator.pyβ a simple calculatortemperature_converter.pyβ converts Celsius β Fahrenheit