Jump to content

Creating an Array: Difference between revisions

Cleaner names, simpler implementation
(Added python)
(Cleaner names, simpler implementation)
Line 343:
[[Category:Python]]
 
my_empty_arrayempty = []
my_prefab_arraynumbers = [1, 2, 3, 4, 5]
zeros = [0] * 10
my_100_zero_array = [0 for i in range(100)]
 
==[[Toka]]==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.