what is a tuple? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

what is a tuple?

31st May 2018, 3:49 AM
Random test
3 Answers
+ 2
A tuple is an immutable version of lists, an array to store elements
31st May 2018, 4:38 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 1
You can think of tuples like immutable.That is they are read only.You cannot make changes to them.
31st May 2018, 12:51 PM
Mitali
Mitali - avatar
0
Thx both of y'all.
31st May 2018, 4:48 AM
Random test