About Python correct tuple, which is correct description? (Multiple choice)
The difference between a list and a tuple is that the elements of the tuple cannot be
The list uses square brackets and the tuple uses parentheses
Tuple creation is very simple just add elements in parentheses and separate them wrth commas
When a tuple contains only one element you need to add a comma after the element
Submit