15
qler89
3 10 21
1064/ 1195
Last seen 2 years ago
Member for 9 years, 11 months, 15 days
Difficulty Normal
Best reviews / Newest reviews
First-Kerulen 4
code line exceeded 80 symbols. please use double-lines More
First-szczerba
I am positive about this solution More
First-RRRQ
I usually dont write comments, but this one is really good solution! Very clear and easy to understand! More
First-f_rin_kazan
very beautiful approach in solving this problem. At the beginning I was trying to make my solution something similar to yours but I failed. So I used stack. Now yours solutions opened my eyes. Thank you More
First-LuigiMoro
using re is nasty but you finished it. Good job. More
First-DanielDou
This is a very good approach to solving a problem. Thank you More
QQ-Ruo-Shan_Liu
the for loop is not necessary. You can just check if '.' is the last char text_1[-1] == '.' and append the already capitalized char with text+= text_1[1:] More
First-mazeua
this is easy to understand solution for every person More
First-temondik
why not return sorted(goods, key = lambda x: x['price'], reverse = True)[:number] ? More
Say Hi-jachurzeski
very nice, clean and readable! More
String manipulation for correct sentence-frankiser
Very clear and easy to understand solution. This deserves more votes More
First-slash526
very nice string concatenation example. More
Third-KevinFlint
Very good usage of list comprehension! More
First-MSL
very nice and clean solution. I love it! More