2006-11-05から1日間の記事一覧

給与明細

TV

情熱大陸

TV

みんPy再開

ジェネレータから。 P261 >>> s = set([1,2,3,4]) とSを小文字に書き間違ったせいで、 >>> s2 = Set([4,5]) >>> s3 = s - s2 Traceback (most recent call last): File "", line 1, in TypeError: unsupported operand type(s) for -: 'set' and 'Set' >>> s…