SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Data Science 1 exam

» Start this Course
(Practice similar questions for free)
Question:

2 ways of creating a tuple

Author: Jessica Ruvalcaba



Answer:

T1 = 2, 3, 4 # defines a tuple - immutable t2 = (5, 6, "days", -.5) # defines another tuple


0 / 5  (0 ratings)

1 answer(s) in total