まぐらぼ

日々の雑記を書いています。

2015-06-16から1日間の記事一覧

タプル

タプルはあまり使ってこなかった。汎用的な小さなクラスみたいなもんか。 def test_space_regex() : # [\t\n\r\f\v] mtuple = ( # tuple "A Z", True, "Z Z", True, "A Z", True, "BAZ", False, "A\rZ", True, ) max = len( mtuple)/2 for cnt in range(0,ma…