We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I felt very proud of my solution! I realized all the operations were already python list operations (except print) and tried a more elegent solution than the brute force I typically apply.
Lists
You are viewing a single comment's thread. Return to all comments →
I felt very proud of my solution! I realized all the operations were already python list operations (except print) and tried a more elegent solution than the brute force I typically apply.