摘要: Python >>>name=input() Demo >>>name 'Demo' >>>print(name) 'Demo' >>>print('hello,',name) hello, Demo 阅读全文
posted @ 2019-03-05 20:43 星回中道 阅读(114) 评论(0) 推荐(0)