学习笔记(24):Python 面试100讲(基于Python3.x)-Python字符串格式化知多少

立即学习:https://edu.csdn.net/course/play/26755/340104?utm_source=blogtoedu

模板字符串:

通过Template对象封装 $放置一些占位符,并通过substitute方法用实际的值替换这些占位符

$$可以输出美元符号

发布了26 篇原创文章 · 获赞 0 · 访问量 108

猜你喜欢

转载自blog.csdn.net/wuchuang19/article/details/104242119