Lists are one of the most useful things in Python and I decided to teach it in Python tutorial part3, The sooner you learn it, the better you get with it. Therefore lets not west anytime, Lists are the containers of our data (I will explain it more in the example).
You can create it by using “[]” and putting the values inside of it.
You probably got confused, lets make a list. First choose a value for example I have used “erfan_list” for my list, then type your list’s values “erfan_list = [“name”, “age”, “number”, 23, False]” you can put string, number or Boolean into the list.(like the picture down below)