上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页
摘要: 原文链接:http://www.juzicode.com/archives/2745 错误提示: 读写文件时提示UnsupportedOperation: not readable #juzicode.com/vx:桔子codefileobj=open('ex... 阅读全文
posted @ 2020-12-20 12:25 桔子code 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2736 错误提示: 字符串到10进制转换时提示:ValueError: invalid literal for int() with base 10: ‘1a’ #juzico... 阅读全文
posted @ 2020-12-20 12:25 桔子code 阅读(784) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2731 错误提示: 使用%s格式化tuple类型的字符串时提示: TypeError: not all arguments converted during string forma... 阅读全文
posted @ 2020-12-20 12:25 桔子code 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2725 错误提示: 格式化字符串时提示index超出范围:IndexError: Replacement index 5 out of range for positional ar... 阅读全文
posted @ 2020-12-20 12:24 桔子code 阅读(952) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2720 错误提示: #juzicode.com/vx:桔子codes1={1,2,3,4}#集合s1s2={3,4,5,6}#集合s2print('s1-s2:',s1-s2)pri... 阅读全文
posted @ 2020-12-19 11:46 桔子code 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2715 错误提示: 构建set类型的数据时,使用tuple类型的数据作为元素没有问题,使用list、dict类型的数据作为元素报TypeError: unhashable type:... 阅读全文
posted @ 2020-12-19 11:42 桔子code 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2711 错误提示: list使用数字类型的下标访问没有问题,字典使用数字类型的下标访问时提示KeyError: 0 #juzicode.com/vx:桔子codel = ['juzi... 阅读全文
posted @ 2020-12-19 11:32 桔子code 阅读(1210) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2692 错误提示: 调用列表的元素时提示:IndexError: list assignment index out of range #juzicode.com/vx:桔子cod... 阅读全文
posted @ 2020-12-19 11:27 桔子code 阅读(479) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2706 错误提示: 用tuple类型的数据作为字典的key不报错,用list类型的数据作为字典的key时,提示TypeError: unhashable type: ‘list’ ... 阅读全文
posted @ 2020-12-19 11:27 桔子code 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 原文链接:http://www.juzicode.com/archives/2701 错误提示: 使用list的index方法查找元素时提示:ValueError: 20 is not in list #juzicode.com/vx:桔子codelst = ... 阅读全文
posted @ 2020-12-19 11:27 桔子code 阅读(932) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 17 下一页