Edgar Antonio Rodriguez Velazco wrote: > Does it? > Thanks, > not exactly. new_list = list(my_tuple) In general Python works without having to nudge the type system. For char -> int style conversions there is a builtin function called 'ord'.