From f3f08c48355026ad43b17e1ff3b57fe24cd5e97c Mon Sep 17 00:00:00 2001 From: raylu Date: Fri, 13 May 2011 18:47:47 -0400 Subject: Convert starter code to soft tabs --- static/lab1.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/lab1.py') 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() -- cgit v1.2.3