... | @@ -64,7 +64,7 @@ The goal of this first exercise is making sure that you can access to the Seq cl |
... | @@ -64,7 +64,7 @@ The goal of this first exercise is making sure that you can access to the Seq cl |
|
* **Description**: Write a python program that creates an object with the sequence "ACTGA" and prints both its length and the sequence itself. The output should be like this:
|
|
* **Description**: Write a python program that creates an object with the sequence "ACTGA" and prints both its length and the sequence itself. The output should be like this:
|
|
|
|
|
|
```
|
|
```
|
|
-----| Exercise 1 |------
|
|
-----| Practice 1, Exercise 1 |------
|
|
New sequence created!
|
|
New sequence created!
|
|
Sequence 1: (Length: 5) ACTGA
|
|
Sequence 1: (Length: 5) ACTGA
|
|
|
|
|
... | | ... | |