what is 4.5 code practice for Edhesive?
Answers
Answered by
83
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:
Hopefully this helps, it worked for me!
Answered by
7
Explanation:
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.")
The glue program can let disparate typical libraries with C language interfaces or interoperate.
Its use in data science and machine learning is in this vein, but that's just one incarnation of the general idea.
Similar questions