1 Star 0 Fork 0

shenjie/Python-first-Practice

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ch05_str_format.py 122 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fei Wan 提交于 2017-02-03 14:59 . Create ch05_str_format.py
str_format = '{name} wrote {book}'.format(name = 'Murphy Wan', book = r'A self-drving car with python')
print(str_format)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/afoye/Python-first-Practice.git
git@gitee.com:afoye/Python-first-Practice.git
afoye
Python-first-Practice
Python-first-Practice
master

搜索帮助