Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Cheat sheets
Certificates
Markdown
Instructor guides
GitHub repositories
Python3 Interpreter (with tweaks for testing in the judge)
Compiler
RunPython
Name
Python3 Interpreter (with tweaks for testing in the judge)
Language
Python
Program and version
Python 3.8.2
Description
Python3 Interpreter (with tweaks for testing in the judge)
Type
interpreter
Flags1
Flags2
Extension
.py
Status
Ok
P68688
print
(
"Hello world!"
)
P57548
from
easyinput
import
read
a
=
read
(
int
)
b
=
read
(
int
)
print
(
a
+
b
)