string->list
string->list : (string -> (listof char))
purpose:
to convert a string into a list of characters
Intermediate Student Language