I want to ask whether it is possible to create with numpy
this scheme:
1 2 3
1 1
2 2
3 3
1 2 3
... and then with commands I will add '0' or '*' to empty columns with the help of those numbers,but it is needed to have empty columns in corners. If it is possible how should I write the code?