python基础===* 解包,格式化输出和print的一点知识

python3中的特性:

>>> name = "botoo" >>> print(f"my name is {name}") my name is botoo

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zzfyjy.html