This commit is contained in:
2025-03-06 09:20:06 +08:00
parent 60b9410584
commit cbedb87697
13 changed files with 26 additions and 8 deletions

View File

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