으로 실행 termiate 수 없습니다 난 그냥 IDLE 사용에서 멀리 움직이기 시작하고 PyScripter를 부팅 한PyScripter은 - KeyboardInterrupt
try:
print "always does this until I Ctrl+C"
Except KeyboardInterrupt:
print "finish program"
을 사용하는 작은 응용 프로그램을 많이 씁니다. 그러나 CTRL + C는 더 이상 작동하지 않습니다. 내장 인터프리터를 사용하면서 KeyboardInterrupt
으로 보낼 수 있습니까?