HEllo guys! Write the python code for the following question .
plz send it fast ! DONT SPAM ! Class 11th CS
Attachments:
Answers
Answered by
0
Once I've made a python program of your similar case, try to deal out with that.
____________________________________
n1=input('enter the 1st no.: ')
n2=input('enter the 2nd no.: ')
print(n1+n2)
print(n1-n2)
print(n1*n2)
print(n1//n2)
print(n1**n2)
print('There are some cases arises to two no.! ')
____________________________________
mark as the BRAINLIEST answer
Answered by
2
Answer:
Once I've made a python program of your similar case, try to deal out with that.
____________________________________
n1=input('enter the 1st no.: ')
n2=input('enter the 2nd no.: ')
print(n1+n2)
print(n1-n2)
print(n1*n2)
print(n1//n2)
print(n1**n2)
print('There are some cases arises to two no.! ')
____________________________________
Similar questions