Files
kattis/hissingmicrophone.py
2022-05-13 21:35:44 +02:00

3 lines
64 B
Python

x = input().strip()
print("hiss" if "ss" in x else "no hiss")