摘要: 一、输入与输出 1. 输出 多种输出方式: print('hello, python') print('hello', 'python') # ,会被解释为空格 print(10) print(1+2) 2. 输入 输入使用input,返回值就是输入的内容,参数就是提示语: str1 = input 阅读全文
posted @ 2025-08-26 17:29 vstral 阅读(12) 评论(0) 推荐(0)