4 lines
75 B
Python
4 lines
75 B
Python
# 打印数组
|
|
import guan
|
|
a = [1, 2, 3, 'a', 'b', 'c']
|
|
guan.print_array(a) |