Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Toolkit
API
Python libs
Certificates
Markdown
References
GitHub repos
Python3 Interpreter (with MyPy type checking)
Compiler
MyPy
Name
Python3 Interpreter (with MyPy type checking)
Language
Python
Program and version
Python 3.11.2 mypy 1.13.0 (compiled: yes)
Description
Python3 Interpreter (with MyPy type checking)
Type
interpreter
Flags1
Flags2
Extension
.py
Status
Ok
P68688
print
(
"Hello world!"
)
P57548
from
yogi
import
read
a
=
read
(
int
)
b
=
read
(
int
)
print
(
a
+
b
)