سلام وقت بخیر
count = 0
while count<3:
count +=1
choice = input ('what is your choice?')
if choice == 'coffee':
print ('that would be 10 t.')
if choice == 'milk':
print ('that would be 4 t.')
else:
print ('we dont have this order')
count +=1
مشکل کجاست؟ باتشکر