2025-03-06 09:20:06 +08:00

4 lines
75 B
Python

# 打印数组
import guan
a = [1, 2, 3, 'a', 'b', 'c']
guan.print_array(a)