Basics Some basics on few things. Python 💻 Just a code example: list = [1,2,3] for i in list: print(i)