string = "mystring" tuple1 = tuple(string) # ('m', 'y', ' ', 's', 't', 'r', 'i', 'n', 'g') tuple2 = string, # ("my string",)