摘要: 1.简单输入输出交互 >>> print('hello world')hello world>>> name=input(':'):lian>>> print(name)lian >>> name=input('what is your name?\n')what is your name?lwn> 阅读全文
posted @ 2017-09-06 21:09 047连薇娜 阅读(114) 评论(0) 推荐(0) 编辑