ConvertQCM/C2/codes/r75_c.py
2025-08-26 18:38:28 +02:00

6 lines
No EOL
107 B
Python

tab = []
for i in range(3):
temp = []
for j in range(4):
temp.append(L[3*i + j])
tab.append(temp)