摘要: 书籍:《Python编程:从入门到实践[精品]》 最基本的 print命令 用于输出内容 print('你是猪') >>> 你是猪 搭配使用 a = 123 print(type(a)) >>> <class 'int'> print可以输出变量内容,也可以增加其他函数输出到屏幕上。 tips: _ 阅读全文
posted @ 2023-04-08 01:05 好咯莫讲咯 阅读(21) 评论(0) 推荐(0)