各种 错误
摘要:
1. print(int(bool)) #int()里只能为字符串,数字,len() TypeError: int() argument must be a string, a bytes-like object or a number, not 'type' 可以print(str(bool)) 阅读全文
posted @ 2019-03-27 17:18 奇迹969 阅读(199) 评论(0) 推荐(0)
posted @ 2019-03-27 17:18 奇迹969 阅读(199) 评论(0) 推荐(0)
posted @ 2019-03-27 15:35 奇迹969 阅读(201) 评论(0) 推荐(0)