What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
后一修订版两侧同时换到之后的修订记录
cs:fundamental:cs61a:week_1 [2023/09/26 03:58] – [Designing Functions] codingharecs:fundamental:cs61a:week_1 [2023/09/26 04:13] – [Control] codinghare
行 243: 行 243:
         return n * k * t / v         return n * k * t / v
 </code> </code>
 +还有一类以 ''#'' 起头的信息被称为 //Comments//
 [[https://peps.python.org/pep-0257/|Docstring Conventions]] [[https://peps.python.org/pep-0257/|Docstring Conventions]]
 +====Control====