1. 1
    Create a Tuple in Python
    48s

Create a Tuple in Python

InstructorCeora Ford

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.