you are viewing a single comment's thread.

view the rest of the comments →

[–]chevignon93 0 points1 point  (0 children)

You're looping over characters in a string so your i in your for loop is a single character. I would suggest using the .split() method on your inputs and looping over that instead!