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

821 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f060b6c005b0e76f05a دوال البايثون(Python Functions) 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