标签:color line code python tle Python自学 bsp 字母 nbsp
#输出并首字母大写 bicycles = [‘trek‘,‘cannondale‘,‘redline‘,‘specialized‘] print(bicycles[0].title())
输出为:
Trek
标签:color line code python tle Python自学 bsp 字母 nbsp
原文地址:https://www.cnblogs.com/zhouxiin/p/10721308.html