8
ira
1 6 23
261/ 345
Irina Nam
Last seen 1 year ago
Member for 9 years, 6 months, 1 day
Difficulty Normal
Best reviews / Newest reviews
Say Hi-svartmetall 4
this is what I was looking for! for some reason I forgot about f'' More
Just started learn Python (and programming in general)-NegtiveGrusha 2
for str, you can use -1, -2 to count backwards. so text[-1] == text[len(text)-1] More
set comprehension + symmetric_difference + sorted-Merzix 1
I could also use ^ more. Interesting solution! More
First-Jakob_Wolitzki 1
the brackets are redundant. you get the same result with: return "Hi. My name is "+name+" and I'm "+str(age)+" years old" More
Number Base too easy-ira
I spent so much time on this, turns out it was super easy once you knew about int(), which is one of the built-in functions. More
First-Tomipe
you actually only need two indexes: one for the start of the splice, and one for the end. index0 and index1 can be merged into: index0=(text.find(begin) + (len(begin)) More
First-iiadixii
isn't that called gaming the system? make the method just pass all the test cases. i don't like it. More
First-Fred_Fabre_Ferber
i forgot about the key parameter for sorted(). More