Why is the Null Array Output is being repeated

后端 未结 0 942
一向
一向 2020-12-31 02:10

Im trying to randomly fill a null array with 1s and 0s however when it comes to the output, it is printed 4 times.

import random
arrayNull = [
    [0,0,0,0,0]         


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