16
kunkka71
6 18 32
1379/ 1445
Dean Agan
Last seen 8 months ago
Member for 10 years, 8 months, 2 days
Difficulty Normal
Best reviews / Newest reviews
12-liner: path-finding neighbor friends-Stensen 1 1
This is nice. I find this way easier to read than what I did before. :) More
First-helebed
Good approach. Line 8-10 can be: for x in list1: d = one - x dist.append(abs(d)) More
Second-kunkka71
The lambda is equivalent to: def check_if_upper(ch): if ch.isupper(): return True return False what filter does is it takes a function object which is the lambda above, and passes each character from text. At the end, filter will return the filtered items (note fi More
Using Data.Get Max-kunkka71
Please ignore the extra import. Note to self - clean up before submission. More