Initialising a matrix of zeros using an existing function

前端 未结 0 1646
北荒
北荒 2020-12-01 21:16

I have this code:

def initialise(m, n, value):
    if not m <= 0:
        stop_program(f\'{m} is not a valid number of lines\')
    if not n <= 0:
              


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