2025年7月2日
摘要: 一、python中与用户交互 input() idea = input('请输入点子') print(idea) print(type(idea)) 请输入点子 123 123 <class 'str'> 无论input输入的是什么,输出都是str 二、格式化输出 占位符 name = input( 阅读全文
posted @ 2025-07-02 15:08 新月绘影 阅读(6) 评论(0) 推荐(0)