Lesson 12: Tuples and Sets

my_tuple = ("Python", "JavaScript")
my_set = {"Python", "JavaScript"}
Next Lesson →