(Python) Item replacing in lists no working right

前端 未结 0 1606
庸人自扰
庸人自扰 2020-12-31 10:15

so, I\'ll go right to the point:

def itera_mundo(mundo):

    colunas = len(mundo[0])
    linhas = len(mundo)
    ncolunas = colunas + 2
    nlinhas = linhas          


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