Run
str = 'Python' tuple_from_string = tuple(str) print(tuple_from_string)
Output