10
delapi
12 21
475/ 545
Last seen 3 years ago
Member for 4 years, 5 months, 12 days
Difficulty Normal
Liked a comment created by oduvan for forum post "My solution should not pass the check"
will add a test.

Thank you
Liked a comment created by Phil15 for forum post "My solution should not pass the check"
For readability purpose, it's equivalent to:

    def between_markers(a, b, c):
        if c in a:
 
My solution is: between_markers = lambda a, b, c: a[a.find(b)+1: a.find(c)].lstrip(b) if c in
Commented a blog post "TOP Сlassiс Free Python Books"
Hello World! Computer Programming for Kids and Other Beginners Though I was no longer a kid many ma
Liked a comment created by HeNeArKr for forum post "Not sure how to solve this;"
`result = sorted(numbers_array, key=abs)`

`key` takes the **name** of a function to be used on each