エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Stupid Python Tricks: The KeyboardInterrupt Exception
If you try to stop a CPython program using Control-C, the interpreter throws a KeyboardInterrupt ... If you try to stop a CPython program using Control-C, the interpreter throws a KeyboardInterrupt exception. Unfortunately, this is an ordinary exception, and is, like all other exceptions, caught by a “catch-all” try-except statement. try: # do something except: # you'll end up here if something goes wrong, # or if the user presses control-c For example, if your program contains code like the foll



2012/07/23 リンク