Run
my_range = range(5) tuple_from_range = tuple(my_range) print(tuple_from_range)
Output