Files
freeCodeCamp/curriculum/challenges/chinese/23-python-for-everybody/python-for-everybody/python-functions.md
2024-01-24 19:52:36 +01:00

619 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f060b6c005b0e76f05a Python 函数 11 3JGF-n3tDPU
aid bvid cid
631881917 BV1Xb4y167P4 376337920
python-functions

--question--

--text--

What is the purpose of the "def" keyword in Python?

--answers--

这是一个俚语,代表“这些代码真的酷毙了”。


它表示一个函数的开始。


它表示以下的缩进代码段将被储存起来以后再用。


它代表一个函数的开始,然后接下来的代码会被储存到以后使用。


以上全都不对。

--video-solution--

4