@ -1,4 +1,7 @@
username = ""
while username != "pypy":
username = input("Enter username: ")
output = ""
something = ""
while something != "\end":
something = input("Say something: ")
if something != "\end":
output = output + something + ". "
print(output)
The note is not visible to the blocked user.