#984. python-错误和异常-在同一个 try 语句里包含 except 和 finally 子句

python-错误和异常-在同一个 try 语句里包含 except 和 finally 子句

Background

Description

python-错误和异常-在同一个 try 语句里包含 except 和 finally 子句 image

Format

Input

Output

Samples


result is 2.0
executing finally clause
division by zero!
executing finally clause
type error
executing finally clause

Limitation

1s, 1024KiB for each test case.