forked from zhouruizhe/gmTouringMiniApp
3 lines
44 B
Python
3 lines
44 B
Python
def f(x):
|
|
return 10 / x # 除零风险
|