diff --git a/hissingmicrophone.py b/hissingmicrophone.py new file mode 100644 index 0000000..12279ee --- /dev/null +++ b/hissingmicrophone.py @@ -0,0 +1,2 @@ +x = input().strip() +print("hiss" if "ss" in x else "no hiss")