#!/usr/bin/python3 -OOtt # coding=utf-8 try: somevar = 0 except KeyboardInterrupt: try: somevar = 1 except KeyboardInterrupt: somevar = 2