import cs50 s = cs50.get_string() if s != None: for c in s: print(c)