summaryrefslogtreecommitdiffstats
path: root/static/lab1.py
diff options
context:
space:
mode:
Diffstat (limited to 'static/lab1.py')
-rw-r--r--static/lab1.py4
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