This is a part of the output I get when printing my_array(:,:)
9*8, 11*10, 13*12, 15*14, 17*16, 19*18, 21*20, 6*0
What is this format called and how does it translate to an integer?
Basically I don’t know what I’m supposed to search
This is a part of the output I get when printing my_array(:,:)
9*8, 11*10, 13*12, 15*14, 17*16, 19*18, 21*20, 6*0
What is this format called and how does it translate to an integer?
Basically I don’t know what I’m supposed to search