Run
tuple1 = (14, 52, 17, 24) for item in tuple1: print(item)
Output