This is a food rater. You are presented with some food (not always the same) and you have to rate it. That’s all. Pretty simple
Thanks for commenting and tips.And remember, upvoting is caring! 😊 😃Edit: thanks for the 13 upvotes!
@adityaru does this do the same thing?def display(text):for c in text:print (c, end="")time.sleep(.07)
This is a food rater. You are presented with some food (not always the same) and you have to rate it. That’s all. Pretty simple
Thanks for commenting and tips.
And remember, upvoting is caring! 😊 😃
Edit: thanks for the 13 upvotes!
@adityaru does this do the same thing?
def display(text):
for c in text:
print (c, end="")
time.sleep(.07)