0 votes
in Python by

Can you please clarify what is the key distinction between a rundown and the tuple? 

1 Answer

0 votes
by

Rundown versus Tuple. 

The chief contrast between a rundown and the tuple is that the previous is alterable while the tuple isn't. 

A tuple is permitted to be hashed, for instance, utilizing it as a key for word references. 

Related questions

0 votes
asked Aug 29, 2020 in Python by Robindeniel
0 votes
asked Aug 29, 2020 in Python by Robindeniel
...