摘要: """ name=input("please enter your name:") hobby=input("please enter your hobby:") job=input("please enter your job:") msg="my name is %s hobby is %s job is %s" %(name,hobby,job) print(msg) """ ... 阅读全文
posted @ 2019-07-22 20:43 倾尽年华 阅读(106) 评论(0) 推荐(0) 编辑