python
Dashboard
My Repos
Compilers
Python Online
Node JS Online
Golang Online
codepy
Login
My Repos
Sign Out
Online Python Interpreter
Stop
Run
from cowpy import cow msg = cow.Moose().milk("Hello world") print(msg) SOMA = None B = None A = None def read_integer(): try: # read for Python 2.x return int(raw_input()) except NameError: # read for Python 3.x return int(input()) A = read_integer() B = read_integer() SOMA = A + B print(str("SOMA=") + str(SOMA))
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