with the function:
list(string)
you put every letter from the string in a list,
I want to put each 2 letters in a list
so If I had the string: ThisIsATestt
I want to get a list:
(There will never be a letter alone, so you don't have to think about that)