27
blabaster
10 27 36
4095/ 4195
Last seen 3 months ago
Member for 10 years, 4 months, 9 days
Difficulty Normal
Best reviews / Newest reviews
First-Blastus 1
def area(self): north = self.south + self.width_NS east = self.west + self.width_WE return (north - self.south) * (east - self.west) a bit confusing ;) More
First-jcg
>Martin GARDNER Excactly >>> math.exp(1) == math.e True More
Meh-veky
Sorry, I blundered :( "First / Python 2.7" above I ascribed to You. More
1 2
3