3 lines
No EOL
67 B
Python
3 lines
No EOL
67 B
Python
n = 5
|
|
p = 3
|
|
t = [ [ …… for j in range(p) ] for i in range(n) ] |