@@ -554,7 +554,7 @@ We need to develop some **functions** to create sequences for **testing** the Se
Therefore, if we call the function generate_seqs() with the parameters ("A", 3), a list of 3 sequences is returned. The bases in every sequence will be: "A", "AA" and "AAA"
***Filename**: S06/e.py
***Filename**: S06/e3.py
***Description**: Implement the generate_seqs() function. Test the function with this main program:
```python3
...
...
@@ -613,10 +613,10 @@ The session is finished. Make sure, during this week, that everything in this li
* [ ] test-01.py
* [ ] seq-01.py
* [ ] test-color.py
* [ ] Ex1.py
* [ ] Ex2.py
* [ ] Ex3.py
* [ ] Ex4.py
* [ ] e1.py
* [ ] e2.py
* [ ] e3.py
* [ ] e4.py
* [ ] All the previous files have been pushed to your remote Github repo