+++
title = "Python"
type = "chapter"
weight = 2

[params]
  menuPre = '<i class="fa-brands fa-python"></i> '

+++

Some NOTE when I am learning Python

- [01-Lists](01-Lists)
- [02-Tuples](02-Tuples)
- [03-Dictionaries](03-Dictionaries)
- [04-Sets](04-Sets)
