Hello, I am trying to create a simple array with half of it being zeros half of it being 1s what is the simple way of doing it? The length of it is based on a certain length of another variable so I create a variable that would store the length. The expected array that I want is [000000000.....11111111]