首页上一页 1 下一页尾页 2 条记录 1/1页
upper和low的使用
发表在Python图书答疑
2019-05-20
《Python从入门到项目实践》第2章 熟悉PyCharm开发环境
是否精华
是
否
版块置顶:
是
否
hello world
Traceback (most recent call last):
File "F:/work/hello world.py", line 3, in <module>
print(st.low())
AttributeError: 'str' object has no attribute 'low'
大小写转化upper可以运行