We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9ea62 commit a74fb15Copy full SHA for a74fb15
documents/إرشادات إستعمال اللغة.md
@@ -1,8 +1,3 @@
1
-<link rel="preconnect" href="https://fonts.googleapis.com">
2
-<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3
-<link href="https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap" rel="stylesheet">
4
-
5
6
<br>
7
8
<center style="font-family: Tajawal">
@@ -171,10 +166,10 @@
171
166
في هذا المثال تم عرض طريقة تعريف دالة بالإضافة الى دالة اطبع() المضمنة في اللغة
172
167
173
168
```
174
- دالة سرعة(المسافة, الزمن = 1):
169
+ دالة السرعة(المسافة, الزمن = 1):
175
170
ارجع المسافة \ الزمن
176
177
- سرعة_سقوط_الكرة = سرعة(10, 5)
+ سرعة_سقوط_الكرة = السرعة(10, 5)
178
179
اطبع(سرعة_سقوط_الكرة)
180
0 commit comments