chore(i18n,learn): processed translations (#53340)

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
This commit is contained in:
camperbot
2024-01-25 00:22:36 +05:30
committed by GitHub
parent cf1e5b8115
commit df4e5f7aca
26971 changed files with 288871 additions and 206689 deletions

View File

@@ -1,6 +1,6 @@
---
id: 5e7b9f060b6c005b0e76f05a
title: Python Functions
title: دوال البايثون(Python Functions)
challengeType: 11
videoId: 3JGF-n3tDPU
bilibiliIds:
@@ -18,23 +18,23 @@ What is the purpose of the "def" keyword in Python?
## --answers--
It is slang that means "The following code is really cool."
إنها لغة عامية تعني "الكود التالي رائع حقًا."
---
It indicates the start of a function.
وهو يشير إلى بداية دالة.
---
It indicates that the following indented section of code is to be stored for later.
وهو يشير إلى أن القسم التالي من الكود سيتم تخزينه لاحقاً.
---
It indicates the start of a function, and the following indented section of code is to be stored for later.
يشير إلى بداية دالة ، وسيتم تخزين التعليمات البرمجية في القسم التالي ذي المسافة البادئة في وقت لاحق.
---
None of the above.
لا شيء مما بالأعلى.
## --video-solution--