2017-12-30から1日間の記事一覧

Python の不思議 その2

以前、ループの中に意味不明のelseが書ける仕様に???を書きましたが、try分の中にある else もちょっと変わってる気がする。 import timetry: for i in range(3): print (j) time.sleep(0.1) except KeyboardInterrupt: print('Keyboard Interrupt!!') el…