16
katamave
2 14 27
1433/ 1445
Vaclav Silhan
Last seen 2 years ago
Member for 3 years, 8 months
Difficulty Normal
Best reviews / Newest reviews
cycle(Lamp.sequence)-flpo 1
this is nice. Thanks for that More
First...lazy?-Cyrus490
can be simplified. You dont need line 4. just use: for word in phrase.split() on line 6 i have found almost the same solition. More
Ind_pow-meghdad.biyari 1
Nice, i think it can be simplified: if n < len(array): return pow(array[n], n) return -1 More
First-Jaime
nice, didnt know the hasattr function! Thanks More
First-Karishmasahoo99 1
nice but can be simplified. Your last line is allready good. Just change it a littel: return len(number)-len(number.rstrip('0')) More