#!/usr/bin/env python # x = 1 print str(x) + " is a string" print "%s is a string" % x print x, "is a string"
上一篇:python调用机器喇叭发出蜂鸣声(Beep)的代码
下一篇:用Python对各种编程语言进行源码高亮