头像

文十十

帅气的我简直无法用语言描述!

Python format 用法详解

一、填充字符串 1. 位置 print("hello {0}, this is {1}.".format("world", "python")) # 根据位置下标进行填充 print("hello ...
头像4小时前
010