Hissing Microphone

This commit is contained in:
2022-05-13 21:29:35 +02:00
parent 61a6fe1a32
commit 43688be612

2
hissingmicrophone.py Normal file
View File

@@ -0,0 +1,2 @@
x = input().strip()
print("hiss" if "ss" in x else "no hiss")