摘要: 1.简单输入输出交互。 >>> print("hello word")hello word >>>name=input('Please input your name:\n') Please input your name: >>> qingting >>> print(name) qingting 阅读全文
posted @ 2017-09-06 21:48 陈馨婷 阅读(105) 评论(0) 推荐(0) 编辑