19
katnic
4 14 29
2058/ 2195
kat nic
Last seen 1 year ago
Member for 2 years, 9 months, 26 days
Difficulty Normal
Best reviews / Newest reviews
First-monkshorin
return sum(array[0::2]) * array[-1] if array else 0 More
str(p & f)time-flpo
I spent a lot of time to clean up day zero. -d, -H More
36-liner: 7 easy examples-przemyslaw.daniel
def end_zeros(number): n = str(number) return len(n) - len(n.strip('0')) it's not bad More
accurate code-katnic
compact: https://py.checkio.org/mission/most-wanted-letter/publications/katnic/python-3/compact/ More
compact-katnic
accurate: https://py.checkio.org/mission/most-wanted-letter/publications/katnic/python-3/accurate-code More
find in str-titaevskaya
https://py.checkio.org/mission/goes-after/publications/katnic/python-3/index/ More
reduce-Cjkjvfnby
This is a very concise and understandable solution code. More