Local variable 'i' might be referenced before assignment

前端 未结 0 1356
说谎
说谎 2021-01-03 20:37

How can I iron out this bug in python 3.9.1.

Do I need to return \'i\' or can return be blank?

def pick_up_card(self, player, amount=1):
   
    for i          


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