Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to print out multiple drinks instead of just one based on the input?
Post: RE: How to print out multiple drinks instead of ju...

ccount=0 tcount=0 cokecount=0 while True: print("1.Coffee = $4.00") print("2.Tea = $3.00") print("3.Coca-Cola = $2.00") print("4.Complete order") choice= int(input("Make a selecti...
jayfre General Coding Help 4 4,116 Jun-30-2020, 06:55 PM
    Thread: How to print out multiple drinks instead of just one based on the input?
Post: How to print out multiple drinks instead of just o...

coffee=4 tea=3 coke=2 print() menu={'Coffee':'$4.00','Tea':'$3.00','Coca-cola':'$2.00',"Press 'd' ":"complete order"} ccount=0 tcount=0 cokecount=0 while True: for i in menu: print(f"{i}={...
jayfre General Coding Help 4 4,116 Jun-30-2020, 05:35 PM
    Thread: Trying out a cafe menu. Programme work but stuck at printing part
Post: RE: Trying out a cafe menu. Programme work but stu...

ok thx
jayfre Code sharing 2 3,003 Jun-30-2020, 05:32 PM
    Thread: Trying out a cafe menu. Programme work but stuck at printing part
Post: Trying out a cafe menu. Programme work but stuck a...

`py coffee=4 tea=3 coke=2 print() menu={'Coffee':'$4.00','Tea':'$3.00','Coca-cola':'$2.00',"Press 'd' ":"complete order"} ccount=0 tcount=0 cokecount=0 while True: for i in menu: print(f"{...
jayfre Code sharing 2 3,003 Jun-30-2020, 04:46 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020