python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
a = int(input()) b = int(input()) oper = input("+,-,*,/") if oper == "+": print(a+b) elif oper == "-": print(a-b) elif oper == "*": print(a*b) elif oper == "/": print(a/b) else: print("ошибка")
Share this code with others
Public
Clear
My Repos
Repo
Lang
Login
Register
Login
Create a free account. No Credit card info required.
I agree with the Codepy
Term of Service
Sign Up