while True: try: n=0 ss=list(input().strip()) s=input().strip() m=ord(s) if m<65 or m>97+25 or 97>m>90: &n...