点击运行
#!/usr/bin/python print "My name is %s and weight is %d kg!" % ('Zara', 21)
运行结果 :
正在执行...