【Python】报错TypeError

TypeError: ‘int’ object is not subscriptable
在整数上加了下标

TypeError: ‘>’ not supported between instances of ‘list’ and ‘int’
字符串和整数无法在一起比较

TypeError: cannot unpack non-iterable int object when trying to use list comprehension
https://stackoverflow.com/questions/53049492/typeerror-cannot-unpack-non-iterable-int-object-when-trying-to-use-list-compreh
循环中用的不可迭代的整数变量

TypeError: ‘NoneType’ object is not subscriptable
使用了系统内置的关键字作为变量,或是变量中没有该属性(调用变量为空)

TypeError: string indices must be integers
sting类型的数据的索引必须是int类型的

TypeError: my_function() got an unexpected keyword argument ‘split’
自定义的函数 my_function(splitv=’=>’)中没有’split’这个参数(调用时的参数变量名写错)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值