15
scribani.andres
2 11 25
1142/ 1195
Andres Scribani
Last seen 2 years ago
Member for 4 years, 7 months
Difficulty Normal
Best reviews / Newest reviews
Trivial-assargin 1 1
find() method works the same as index() but instead of returning an exception, find() returns -1 if the sub-string is not in the string first_index = word.find(first) -> does the same as your line I can't understand the last line... it's not working for me goes_after('Sugar', 'u', 'r') // False More
First-B_dur 1 1
Awesome geometry module. Thank you for sharing it More
While not free-scribani.andres
In line 13, it is not 'H' but val_y... sorry for the typo :P More
Sort by biggest price-PyBest
A lambda function can help you simplify and avoid defining the price function data.sort(key = lambda e: e.get("price"), reverse = True) More
1-liner: divide and conquer-przemyslaw.daniel
Didn't know about := Thank you very much More
recursion max-vlad.bezden
TIL about typing.Union. Thank you More