You, in turn, might end up getting hurt or bullied.
Answer:
bruh is this for real. Dang if it is im sorry for wasting an asnwer. if not ill give you what i think
Explanation:
Answer:
000000000000000000000000000001111111111111111111
i = 0
while True:
word = input("Please enter the next word: ")
if word == "STOP":
break
i += 1
print("#"+str(i)+": You entered "+word)
print("All done. "+str(i)+" words entered.")
I hope this helps!