Entries from 2017-12-06 to 1 day

builder も作った..。

import collections def main(): # @immutable('x1', 'y1', 'x2', 'y2', 'is_line', 'is_dot') # class Region(object): region1 = Region(0, 0, 1, 1) print(region1) # def __init__ の代替もできてる。 # self.is_rectangle = value とはできない。self …