Letter Changes (Python) def LetterChanges(sen): newWord = ''; newChar = 0; for i in range(len(sen)): if sen[i] == chr(32): newW... tryhard submitted this on 11/9/15 Simple Symbols Problem (Ruby) So I am getting failing results through coderbyte but when I run on ...