mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-11 16:00:12 -04:00
821 B
821 B
id, title, challengeType, videoId, bilibiliIds, dashedName
| id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 5e7b9f060b6c005b0e76f05a | دوال البايثون(Python Functions) | 11 | 3JGF-n3tDPU |
|
python-functions |
--question--
--text--
What is the purpose of the "def" keyword in Python?
--answers--
إنها لغة عامية تعني "الكود التالي رائع حقًا."
وهو يشير إلى بداية دالة.
وهو يشير إلى أن القسم التالي من الكود سيتم تخزينه لاحقاً.
يشير إلى بداية دالة ، وسيتم تخزين التعليمات البرمجية في القسم التالي ذي المسافة البادئة في وقت لاحق.
لا شيء مما بالأعلى.
--video-solution--
4