Computer Science, asked by aayushhedaoo3472, 9 months ago

Write an algorithm shopping for birthday

Answers

Answered by FIRE07
1

PYTHON

PROGRAM

print( " 1.Buy gift raper , 2. buy glass paint , 3. Buy car. , 4. Buy cycle. ")

shopping=int(input("enter any one number which you like from the above options"))

if shopping==1:

print("here is your gift raper , happy birthday")

if shopping==2:

print("here is your glass paint, happy birthday")

if shopping==3:

print("here is your car , happy birthday")

if shopping.==4:

print("here is your cycle , happy birthday")

hope the program is usefull..

hope the program is usefull.. plzz mark it as brainlist.

Similar questions