Python 字符串String Formatting Python Updating strings Python Triple quotes Python 字符串String Formatting #!/usr/bin/python print "My name is %s and weight is %d kg!" % ('Zara', 21) Python Updating strings Python Triple quotes