admin

2021年4月12日

DAY4-step1 Python主函数:正确理解__main__

什么是Python主函数? 主函数是任何程序的起点。 […]
2021年4月12日

DAY3-step9 Python字符串find()方法

什么是find() Python字符串find()方 […]
2021年4月12日

DAY3-step8 Python字符串长度 len方法

len()是python中的内置函数。 您可以使用l […]
2021年4月12日

DAY3-step7 Python字符串format

什么是format函数? format()函数可帮助 […]
2021年4月12日

DAY3-step6 Python字符串函数count

count函数 count()是Python中的内置 […]
2021年4月12日

DAY3-step5 Python字符串函数strip()

什么是Strip? strip()函数是python […]
2021年4月12日

DAY3-step4 Python字符串:替换,连接,拆分,反向,大写和小写

在Python中,一切都是对象,字符串也是对象。 只 […]
2021年4月12日

DAY3-step3 Python OPPs:类,对象,继承和构造函数

Python中的OOPs Python中的OOPs是 […]
2021年4月12日

DAY3-step2 Python For和While循环:枚举,中断,继续语句

什么是循环? 循环可以执行一个代码块多次,直到不满足 […]