Practice Memory Diagram


Snippet

   def start_end(word: str) -> str:
        return word[0] + word[len(word)-1]

    start_end(word="kitkat")
    print(start_end(word="skittles"))

Solution

Image Description Here

Video

(Video Coming Soon)

Image Description

(Coming Soon)

Contributor(s): Created by Lynn Lee, Reviewed by Olivia Xiao, Solution by Viktorya Hunanyan, Published by Alyssa Lytle