11 2018 档案

在Python中,我们经常会遇到字符串的拼接问题,在这里我总结了四种字符串的拼接方式
摘要:1.使用%进行拼接 如下 name = input("Please input your name: ")age = input("Please input your age: ") job = input("Please input your job: ")sex = input("Please 阅读全文

posted @ 2018-11-26 19:22 心品茗香 阅读(277) 评论(0) 推荐(0)

导航