Index Error while reassigning object in list

前端 未结 0 1602
自闭症患者
自闭症患者 2021-01-16 23:35

I am running the following code (I am making a chess engine):


class GameState():
    def __init__(self):
        # 8x8 2d board, each element has 2 character         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题