Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

tuple python !g

nums = (1, 2, 3)
animals = ("Cat", "Dog", "Parrot")
my_tup = (1, "Cat", 2, True)
 
PREVIOUS NEXT
Tagged: #tuple #python
ADD COMMENT
Topic
Name
9+6 =