Create instructions.append.md
Added qualifier explanation and link to unpanking-and-multiple-assignment.
This commit is contained in:
9
exercises/practice/proverb/.docs/instructions.append.md
Normal file
9
exercises/practice/proverb/.docs/instructions.append.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Instructions append
|
||||
|
||||
In [concept:python/unpacking-and-multiple-assignment](https://github.com/exercism/python/tree/main/concepts/unpacking-and-multiple-assignment), you learned multiple techniques for working with `lists`/`tuples` of arbitrary length as well as function arguments of arbitrary length.
|
||||
This exercise would be a great place to practice those techniques.
|
||||
|
||||
## How this exercise is implemented for Python
|
||||
|
||||
The test cases for this track add an additional keyword argument called `qualifier`.
|
||||
You should use this keyword arguments value to modify the final verse of your Proverb.
|
||||
Reference in New Issue
Block a user