[CS] CS50 Week 6: Python
Key Points
- Python basics
- Demonstration of converting previous assignments from C to Python
- Files
- Features that C does not have
Assignment: DNA
I broke down this programme into a few small functions, dealing with the DNA database, the input DNA sequences, and the computation of…