Changes
Page history
Update S6: Object Oriented Programming
authored
Feb 09, 2024
by
Gregorio
Show whitespace changes
Inline
Side-by-side
S6:-Object-Oriented-Programming.md
View page @
b8d96821
...
...
@@ -100,7 +100,7 @@ print(f" T: {seq_count_base(seq1, 'T')}")
print(f" C: {seq_count_base(seq1, 'C')}")
print(f" G: {seq_count_base(seq1, 'G')}")
# -- But this program works normally. No error
e
s detected
# -- But this program works normally. No error
i
s detected
!
```
*
How could you solve that problem? How could we guarantee that the introduced sequence is valid?
...
...
...
...