Files
python/exercises/practice/nucleotide-count/nucleotide_count.py

7 lines
82 B
Python
Raw Normal View History

def count(strand, nucleotide):
pass
def nucleotide_counts(strand):
pass