mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-12 01:00:13 -04:00
619 B
619 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f060b6c005b0e76f05a | Python 函数 | 11 | 3JGF-n3tDPU |
|
python-functions |
--question--
--text--
What is the purpose of the "def" keyword in Python?
--answers--
这是一个俚语,代表“这些代码真的酷毙了”。
它表示一个函数的开始。
它表示以下的缩进代码段将被储存起来以后再用。
它代表一个函数的开始,然后接下来的代码会被储存到以后使用。
以上全都不对。
--video-solution--
4