17
tkachuk.constantine
2 13 28
1493/ 1695
Kostiantyn Tkachuk
Last seen 1 year ago
Member for 3 years, 1 month
Difficulty Normal
Best reviews / Newest reviews
recursion-kurosawa4434 2
It is beautiful solution! I spent sometime learning new python features as well as logical operators peculiarities. When then idea and process became clear, I felt quite nice felling. Thanks for sharing your art. More
easier than easy-kalauroma7997 2 1
You are cool. Like your solution. More
Sum Numbers-Mrim_Ze 1 1
Thanks. I learnt the possible syntax for extracting appropriate values from the for-cycle with condition. More
First-melitaele 1
Simple. Effective. Readable. Cool. More
text.lower().split().count-flpo 1
Thanks for your time and your willingness to share!!! More
count-Sim0000 1
A....a!!!! Cool! Simple! Effective! More
comprehension-kurosawa4434 1
Cool!!! Clever!!! I learnt. Thank you! More
First-Sim0000 1
Cool. Thanks a lot. I learnt a bit more. More
pop()-kurosawa4434 1
Cool! Once again I did not recollect '0 and value' :)) Thanks for remanding. More
Second-eugene100372 1
Jenya, you are cool! :) Cool solution! More
(-items.count(x), items.index(x))-flpo 1
Cool! Thanks for sharing! I learn new for me in comparison. More
Stackless-blabaster
Cool solution! Easy and clear. Thanks for sharing. More
template-veky 1
Good idea to search just for the first letter and calculating the index of the last. More
type(object)-David_Jones
Thanks for the good idea! 4 votes :) More
First-takapt0226
I thought my solution is good. After seeing your solution, it appeared that mine just .....ok - possible option. Cool solution! Thanks a lot - I learnt something! Definitely, I will try this approach next time. More
pop() and append()-tkachuk.constantine
Thanks. Thanks again for good advice. :)) More
First-panaro32
Thanks for reminding. I am waiting for the the time, when I recollect by myself. :)) More
Fixed, after update mission description...-flpo
Like it very much!!!!! :)) Cool!!! More
one line, 94 symbols, not easily readible :)-tkachuk.constantine
:))))) Point 1. The first, third, fifth.... datetime objects are times when bulb was turned on. So, for it, on in enumerate(els[::2]) simply iterates through all times when bulb was turned on Point 2. A time period, when bulb was turned on is difference between two time objects (time_off - More
4-liner: clean with no import-przemyslaw.daniel
Cool. :)))) Thanks! I will use it am_or_pm = ['a.m.', 'p.m.'][hours >= 12] More
1
2