File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Judge0 Python SDK
22
3+ [ ![ X (formerly Twitter) Follow] ( https://img.shields.io/twitter/follow/Judge0HQ )] ( https://x.com/Judge0HQ )
4+ [ ![ X (formerly Twitter) Follow] ( https://img.shields.io/twitter/follow/hermanzvonimir )] ( https://x.com/hermanzvonimir )
5+
6+ [ ![ License] ( https://img.shields.io/github/license/judge0/judge0-python )] ( LICENSE )
7+ [ ![ Release] ( https://img.shields.io/github/v/release/judge0/judge0-python )] ( https://github.com/judge0/judge0/releases )
8+ [ ![ Stars] ( https://img.shields.io/github/stars/judge0/judge0-python )] ( https://github.com/judge0/judge0-python/stargazers )
9+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dw/judge0 )
10+
311The official Python SDK for Judge0.
412``` python
513>> > import judge0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ You can run minimal Hello World example in three easy steps:
1919
2020 import judge0
2121
22- submission = judge .run(source_code = " print('Hello Judge0!')" )
22+ submission = judge0 .run(source_code = " print('Hello Judge0!')" )
2323 print (submission.stdout)
2424
2525 3. Run the script.
You can’t perform that action at this time.
0 commit comments