Finding an A

This commit is contained in:
2023-06-24 21:58:13 +02:00
parent 8f57aca064
commit 55b1e5cfe5

2
findingana.py Normal file
View File

@@ -0,0 +1,2 @@
s = input().strip()
print(s[s.index("a") :])