Files
kattis/findingana.py
2023-06-24 21:58:13 +02:00

3 lines
45 B
Python

s = input().strip()
print(s[s.index("a") :])