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