CS61A_lab_00_intro
Introduction
wget https://cs61a.org/lab/lab00/lab00.zip |
实验目录下有如下文件:
$ ls |
下面是解释:
lab00.py
: the starter file you just editedok
: our testing programlab00.ok
: a configuration file for Ok
关于 ok
的命令生成器:
lab00
要求很简单:
def twenty_twenty_two(): |
用表达式返回值 2022 即可,这里我就直接返回了😸。
python3 ok |
执行,如果想submit,可以换成 python3 ok submit
。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 K1ose's Space!