Python Basics. Part 1.
Types of data in Python: float, int, string and boolean (True or False)
They can be combined in lists.
You can access information from the list using the so-called index. Index count starts from 0 => zero-indexing You can also count backwards, using ...
katsumikari.hashnode.dev3 min read