3 lines
No EOL
49 B
Python
3 lines
No EOL
49 B
Python
T = [0] * 10
|
|
for k in range(0):
|
|
T[k+1] = 2*T[k] |