weixin_慕无忌2350060
2024-01-16 09:58
if not isinstance(x, int) or not isinstance(x, float): print('param type error.') return None
应该是and吧?
错了,or要改成and,否则字符型,整数,符点都返回none
对的,没问题。
如果x是int或float那么不会执行,反之输出错误提示。
Python3 入门教程(新版)
154155 学习 · 1075 问题
相似问题
回答 1
回答 1