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]