Skip to content
Snippets Groups Projects
Commit 32f0d8b7 authored by Sven Graupner's avatar Sven Graupner
Browse files

update README.md, assignment C

parent b3a2116c
No related branches found
No related tags found
No related merge requests found
......@@ -236,8 +236,9 @@ In order to let tests pass, write expressions in
for variables `self.b` .. `self.k` according to specification, e.g. write an
expression for `self.b` that extracts the first three numbers from `self.numbers`.
Use <b>one-line expressions</b> only. Built-in functions are allowed, but not
own functions.
Use <b>one-line expressions</b> only.
Python's [built-in functions](https://docs.python.org/3/library/functions.html)
are allowed, but not own functions.
Tests exercise expressions with various lists. Initialization with constants
(`self.b = [4, 12, 3]`) will hence not work.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment