diff options
Diffstat (limited to 'static/lab1.py')
-rw-r--r-- | static/lab1.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/lab1.py b/static/lab1.py index c0c4812..17e9e44 100644 --- a/static/lab1.py +++ b/static/lab1.py @@ -5,7 +5,7 @@ # Your code will be run in a sandbox, so print statements are not allowed. def test(): - return 0 + return 0 if __name__ == '__main__': - print test() + print test() |