摘要: print() 作用:输出 例子: print(123) 输出:123 a=10 print(a) 输出:10 阅读全文
posted @ 2022-03-14 15:21 是阿松啊 阅读(351) 评论(0) 推荐(0)