标签:51cto com text info 输出 cto -o http blog
#通过占位符格式化输出
info = ‘‘‘
-----------info of %s-------------
name: %s
age: %s
hometown: %s
profession: %s
‘‘‘ % (name, name, age, hometown, profession)
print(info)
标签:51cto com text info 输出 cto -o http blog
原文地址:http://blog.51cto.com/8940119/2143377