python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
V= input ("Введите номер операции 1:+, 2:-, 3:*, 4:/" S = input ("Введите первое число") A= input ("Введите второе число") if (V=1) C=S+A print (C) elif (V=2) C=S-A print(C) elif (V=3) C=S*A print(C) elif (V=4) C=S/A print(C) 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