4.5 CODE PRACTICE ON EDHESIVE PLEASE
Answers
Answered by
13
Answer:
n= input("Please enter the next word: ")
x=1
while(n != "STOP"):
print("#" + str(x) + ": You entered " + n)
x=x+1
n= input("Please enter the next word: ")
print("All done. " + str(x-1) + " words entered.")
Explanation:
I did this code and it gave me a 100! Hope it works!
Similar questions
Computer Science,
3 months ago
English,
3 months ago
India Languages,
3 months ago
Chemistry,
6 months ago
Math,
6 months ago
Math,
11 months ago
English,
11 months ago
Hindi,
11 months ago