在Python中打印字符串和数字,除了像这样做:
first = 10 second = 20 print "第一个数字是 %(first)d,第二个数字是 %(second)d" % {"first": first, "second":second}
有其他的方法吗?
用户名或邮箱地址
密码