diff options
author | raylu <raylu@cmu.edu> | 2011-05-14 02:28:30 -0400 |
---|---|---|
committer | raylu <raylu@cmu.edu> | 2011-05-14 02:28:30 -0400 |
commit | f377715900bb5c95938ef749eeebb944c5c9bd2d (patch) | |
tree | d6cb38fb995e2cc718519a1fb54c9d1d6e187c74 /static/lab1.py | |
parent | 1e39d49f89fb818c7a1c3b7a487e89078f944042 (diff) | |
download | pyc-f377715900bb5c95938ef749eeebb944c5c9bd2d.tar.xz |
Add FAQ information, modify comments in labs 1 and 2
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 17e9e44..fc6fef8 100644 --- a/static/lab1.py +++ b/static/lab1.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # Welcome to the test of pyc! Thanks for participating. -# This week's assignment is to create a function called 'test' that returns 1 -# Your code will be run in a sandbox, so print statements are not allowed. +# The first assignment is to create a function called 'test' that returns 1 +# This is probably easier than you think. def test(): return 0 |