proto/test.py
2019-01-23 15:37:00 -08:00

4 lines
64 B
Python

arr = [0,1,2]
for x in arr:
print (x) #what are you dooing?