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…
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 % 3 = 1
To find cocient = // Ex) 7 // 3 = 2