Python Data Types
This repository contains simple examples of Python data types for learning and practice.
๐ Topics Covered
- Lists
- Tuples
- Sets
- Dictionaries
๐ Project Structure
- basics/list.py โ List examples
- basics/sets.py โ Set examples
- tuples/num_tuple.py โ Tuple examples
- examples/countries.py โ Dictionary examples
Make sure you have Python installed, then run:
python list.py
๐ฏ Purpose
This project is for beginners who want to understand Python data types with simple examples.
๐ค Author
Abdihamid Hussein