Compare two revisions of: Python

... ... @@ -12,7 +12,7 @@ exit(0) # returns with grading code 0
12 12 \end{pythonevaluator}
13 13 ```
14 14 ### pythonfunction
15 -Creates an author defined Python function.
15 +Creates an author defined Python function which can be used by the student as well as in pythonevaluator.
16 16 ```
17 17 \begin{pythonfunction}{expected_sum} # expected_sum is the name of the function
18 18 def expected_sum(n):
19 19