0
So is assigning a variable to something the same as creating a tuple? or syntacticly what is the diff?
1 Odpowiedź
0
variables are asignments to pieces of information/code. A variable is mostly used to shorten things like text or codes.
lists, dictionairies, tuples and sets are datastructures wich contain multiple pieces of information wich can be used later, so they ARENT the same