Ad
  • Custom User Avatar

    That's because you renamed the function:

    def DNA_strand(dna):
        # code here
    

    This is the initial code. Not a kata issue.

  • Default User Avatar

    getting an import error
    ImportError: cannot import name 'DNA_strand' from 'solution' (/workspace/default/solution.py)