Rastorant card code

 order = input('cold coffe ........hot coffe ')


b = (order.upper())


print (b)


a = input('pizza ............beryane ')


c = (a.upper())


print (c)


d = input('chai ..........cake ')


f = (d.upper())


print (f)


t = 'thanks '

k = (t.upper())

print (k)


print (b)


print (c)


print (f)

Comments

Popular posts from this blog

String editor

Calculator code

timedelta