a=int(input("a="))
b=int(input("b="))
if a>b:
c=a-b
elif a<b
c=a+b
else:
c=a*b
print ("c=", c)
вести в питон​
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.