@@ -24,6 +24,6 @@ if __name__ == "__main__":
continue
response = ask(user_input)
print(f"\nAnswer: {response}")
except KeyboardInterrupt:
except (KeyboardInterrupt, EOFError):
print("\nExiting.")
break
The note is not visible to the blocked user.