diff options
author | raylu <raylu@cmu.edu> | 2011-05-13 18:47:47 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-13 18:47:47 -0400 |
commit | f3f08c48355026ad43b17e1ff3b57fe24cd5e97c (patch) | |
tree | f8cab7f5bb408772fbe160d0780a4260bf9d07a7 /static/lab1.py | |
parent | a9d64c77d9964c1dbeaa1dd1a7eb90c1b64d72e4 (diff) | |
download | pyc-f3f08c48355026ad43b17e1ff3b57fe24cd5e97c.tar.xz |
Convert starter code to soft tabs
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() |