Python Examples
Run
tuple1 = (14, 52, 17, 24) tuple2 = ('Hello', 'Hi', 'Good Morning') tuple3 = (1, 'Tony', 25)
Output