notebook.community
Edit and run
In [8]: verb=str(input()) if verb.endswith('sh') or verb.endswith('x') or verb.endswith('ch') or verb.endswith('s'): y=verb+'es' print(y) else: y=verb+'s' print(y)
verb=str(input()) if verb.endswith('sh') or verb.endswith('x') or verb.endswith('ch') or verb.endswith('s'): y=verb+'es' print(y) else: y=verb+'s' print(y)
eat eats