Jutge.org
Jutge.org
Home
Problems
About
Contact
Documentation
Index
FAQ
Compilers
Verdicts
Toolkit
API
Python libs
Certificates
Markdown
References
GitHub repos
Python2
Compiler
Python
Name
Python2
Language
Python
Program and version
Obsolete
Description
Python
Type
interpreter
Flags1
Flags2
Extension
.py
Notes
Use
the
jutge
package
to simplify reading data.
Status
Defunct
P68688
print
(
"Hello world!"
)
P57548
from
yogi
import
read
a
=
read
(
int
)
b
=
read
(
int
)
print
(
a
+
b
)