When you use ‘for’, it will print out whatever you have written in the list or tuple.

The alphabet ‘i’ in the example could be anything
You can change it to anything else and it will work the same
Not just using ‘for’ to print out the element, you could use it and give ㅕㄴㄷ mathematical symbols into it
Both list and tuple are to make a group of some type of things:

Difference between two:
words or letters in the tuple are immutable
words or letters in the list are mutable
tuple doesn’t require parenthesis
_______________________________________________________
Could delete, add, or edit the things in the tuple or list:
Everything that you write inside ‘’, or “”, those are all to be categorized into strings
Can declare string like numbers, and can add different strings to one like:

If you want to include a quotation mark or double-quotation mark, you can put a backslash(\) before ‘, or “
To change the line, you use \n:
There are two different types in number, which are integer, and floating-point
Integer: Using the whole number
Floating-point: Using the decimal number
You could declare numbers to alphabets and could calculate in python like:

Different mathematical expressions into python
^ = **
To find remainder = % Ex) 7 %…