摘要: name =input() age=input() myformat="我叫%s,年龄%s" %(name,age) print(myformat) 阅读全文
posted @ 2019-03-29 22:00 你的就是我的 阅读(85) 评论(0) 推荐(0)