Arthematic operators in python Get link Facebook X Pinterest Email Other Apps December 03, 2021 #Arthematic operators in pythonif __name__ == '__main__': a = int(input()) b = int(input()) print(a+b) print(a-b) print(a*b) Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment