Howdy!
Here is my First Homework, Learning Python Programming Language... I hope you Enjoy it.
print("A simple vending machine\n")
cake = 10
tea = 10
while tea > 0 or coffee > 0:
print("Remaining Tea:",tea)
print("Remaining Cake:",cake)
print("\nWhat would you like?\n(1)...