Computer Science, asked by mahima4290, 8 months ago

pls answer to the question fast​

Attachments:

Answers

Answered by btrisha84503
1

Answer:

a=int(input("enter a number"))

b=int(input("enter a number"))

c=str(input ("enter a string from s,p,d"))

If s=a+b:

print "sum"=+s

break;

Elif d=a-b:

print "Difference"=+d

Elif p=a*b:

print "product"=+p

Else:

print (wrong choice)

PLEASE MARK ME AS BRAINLIEST

Similar questions