我需要有关python 3中的typeError的帮助,这是编码/ python的新功能,所以我有点困惑

时间:2019-02-20 00:29:33

标签: python-3.x

帮助我不断收到错误消息:“元组”对象不支持项目分配

player_pos = [x,y]

screen.fill(background_color)
if enemy_pos[1] >= 0 and enemy_pos[1] < height:
    enemy_pos[1] += 15
else:
    enemy_pos[1] = 0

0 个答案:

没有答案