Quickz

TDevs - Data ETL Astronomer - Practice mode
Question 1/5 0:00

What is the correct syntax to declare a tuple in Python?

(1, 2, 3)
tuple(1, 2, 3)
[1, 2, 3]
{1, 2, 3}