Python print函数用法,print 格式化输出[Python 俱乐部]

文章推薦指數: 80 %
投票人數:10人

python print也支持参数格式化,与C言的printf似, strHello = "the length of (%s) is %d" %('Hello World',len('Hello World')) print strHello #输出果:the length of ... 跳至内容 Python俱乐部 用户工具 登录 站点工具 搜索 工具显示源文件修订记录反向链接最近更改媒体管理器网站地图登录> 最近更改媒体管理器网站地图 您的足迹:•Pythonprint函数用法,



請為這篇文章評分?