- 博客(10)
- 收藏
- 关注
翻译 Python中Class的编码风格(Styling Classes)
Class names should be written in CamelCase. To do this, capitalize the first letter of each word in the name, and don’t use underscores. Instance and module names should be written in lowercase with underscores between words.类名应该采用大驼峰规则,每个单词的首字母大写且不要使用下划
2022-03-29 17:20:47
192
原创 什么是python函数?
What are Functions?Functions are simply pre-written codes that perform a certain task. For an analogy, think of the mathematical functions available in MS Excel. To add numbers, we can use the sum() function and type sum(A1:A5) instead of typing A1+A2+A3
2022-03-27 13:49:35
954
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人