Discussion about this post

User's avatar
Steven Elkind's avatar

None of the bits of code deliver the anser. The closest is A, which I can fix with one change:

print(letters[i], letters[i+1])

-> print(letters[i] + letters[i+1])

Expand full comment
1 more comment...

No posts