Update S6: Object Oriented Programming authored by Rodrigo's avatar Rodrigo
...@@ -554,7 +554,7 @@ We need to develop some **functions** to create sequences for **testing** the Se ...@@ -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" 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: * **Description**: Implement the generate_seqs() function. Test the function with this main program:
```python3 ```python3
...@@ -613,10 +613,10 @@ The session is finished. Make sure, during this week, that everything in this li ...@@ -613,10 +613,10 @@ The session is finished. Make sure, during this week, that everything in this li
* [ ] test-01.py * [ ] test-01.py
* [ ] seq-01.py * [ ] seq-01.py
* [ ] test-color.py * [ ] test-color.py
* [ ] Ex1.py * [ ] e1.py
* [ ] Ex2.py * [ ] e2.py
* [ ] Ex3.py * [ ] e3.py
* [ ] Ex4.py * [ ] e4.py
* [ ] All the previous files have been pushed to your remote Github repo * [ ] All the previous files have been pushed to your remote Github repo
# Credits # Credits
... ...
......