Skip to content

Instantly share code, notes, and snippets.

@tyochiai
Created October 30, 2012 04:20
Show Gist options
  • Save tyochiai/3978267 to your computer and use it in GitHub Desktop.
Save tyochiai/3978267 to your computer and use it in GitHub Desktop.
Python 3.3 for Windows で変な動きをするコード (Linux では 'C-c' がでた)
>>>try:
... input()
...except KeyboardInterrupt:
... print('C-c')
(ここで C-c)
KeyboardInterrupt
(except されずに上位 (?) で補足される)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment