def foo(): try: return 1 finally: return 2k = foo()print(k)
Not registered? Create an account
Forgot Password?
Already a registered user? Login