Create NumPy array with pattern III

This one is a bit tricky. Create a NumPy array with the pattern below. Include the functions np.full() and np.zeros() in your solution.
Python
Setting up Python environment...
Output