python
python专区
Aloeox
现在一无所有,并不代表你将来一无所有!
展开
-
解决报错:AttributeError: ‘Person‘ object has no attribute ‘myfunc‘
解决报错:AttributeError: 'Person' object has no attribute 'myfunc'原创 2023-07-06 16:36:39 · 598 阅读 · 0 评论 -
如何解决python报错:TypeError: Person() takes no arguments
TypeError: Person() takes no arguments原创 2023-07-06 16:07:56 · 3411 阅读 · 2 评论 -
python中.replace如何替换多个值?
python中.replace如何替换多个值?a=‘王者荣耀:上路,亚瑟,下路,鲁班,中路,安琪拉,刺客,李白’print(a.replace(‘安琪拉’,‘甄姬’))print(a.replace(‘李白’,‘典韦’))print(a.replace(‘亚瑟’,‘程咬金’).replace(“鲁班”,“后羿”).replace(“李白”,“猴子”).replace(“安琪拉”,“周瑜”))希望对你有所帮助~原创 2023-03-24 09:50:16 · 15970 阅读 · 2 评论 -
python中.replace如何替换多个值?
python原创 2023-03-23 09:12:00 · 224 阅读 · 0 评论 -
解决:python:ModuleNotFoundError: No module named requests与Unknown or unsupported command install报错
python原创 2023-03-22 11:31:20 · 5504 阅读 · 0 评论 -
python安装教程
python安装原创 2023-03-21 11:49:01 · 1757 阅读 · 0 评论