Talk:Creating an Array: Difference between revisions

Line 30:
 
== Python ==
:''See also [[Two-dimensional array (runtime)]]''
Is there any easy way to do a Dim (like from Basic) on Python, as a multidimentional array?
'a=[0]*8' seems to be similar to 'dim a[8]', but i have no idea about how to do on an at least bidimentional array, since neither 'a=[0][0]*8' nor 'a=[0]*8[0]*8' works...
Anonymous user