Python3 print 函数用法总结| 菜鸟教程

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

支持参数格式化,与C 语言的printf 类似. >>>str = "the length of (%s) is %d" %('runoob',len('runoob')) >>> print(str) the length of (runoob) is 6. python字符串格式化 ... 菜鸟教程--学的不仅是技术,更是梦想! 首页 笔记首页 Android ES6教程 排序算法



請為這篇文章評分?