Create a Tuple in Python

Share this video with your friends

Send Tweet

Learn how to create a tuple in Python. A tuple is an immutable data type that contains several items similar to a list. Items in a tuple can be of any data type.