Skip to content

September 5, 2019

[Python] Tutorial(11) Tuples, Sets, Dictionary

Last Updated on 2021-04-10 by Clay

Python has many kinds of data types, so it’s hard to me to give examples of all of them.

So, I introduce the data type we use in Python by simple today.

“Tuple”, as similar as List. We can store the different data type value in them. But tuple we can’t add, remove, update our value in tuple.

Read More »[Python] Tutorial(11) Tuples, Sets, Dictionary