There was an error while loading. Please reload this page.
for i in len ([0,:,:]): #want the length of a list, use len #len() function returns the number of items of an object t = variables[time][i,:,:] listtime.append[t] print(list(range(t)))
SyntaxError: invalid syntax
for i in len ([0,:,:]): #want the length of a list, use len #len() function returns the number of items of an object
t = variables[time][i,:,:]
listtime.append[t]
print(list(range(t)))
SyntaxError: invalid syntax