19
VangaroooYamada
2 15 33
2153/ 2195
Vangarooo Yamada
Last seen 1 year ago
Member for 5 years, 6 months, 28 days
Difficulty Normal
Best reviews / Newest reviews
First-sanello 1
So simple. I like this solution. More
First-gyahun_dash 1
That's nice, I also didn't reuse area method to volume method. LOL In __repr__, is it difference with f'Building(...' ? More
list comprehension-suitch1982 1
So simple and good, but 'if not i == " "' is better than 'if i != " "', according to PEP8. More
First-xavier-b
Nice one. I want to use property as well as you. More
numpy-VangaroooYamada
I don't know why, but I could not solve the task by make checkio()'s return return np.all(array == -1 * array.T) More
First-VangaroooYamada
get_line function returns a and b of line "y = ax + b", which go through both of given coordinates. If the line is parallel with y-axis (as y = n), it returns (y, n). More
First-koladen
It's difficult to read but very short code, I like it. More
First-johankor
you can use text_rep = ','.join(phrase) More