Skip to content

Commit ba66b81

Browse files
committed
Remove duplicate code-line & fix spelling mistake
1 parent 38d9616 commit ba66b81

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lessons/lesson_2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name = 'Mohammed'
88
age = 25
99

10-
# هي اسماء لمتغيران وعلامة يساوي "=" ليست للمساواة ولاكنها للتعيين name و age
10+
# هي اسماء لمتغيران وعلامة يساوي "=" ليست للمساواة ولكنها للتعيين name و age
1111
# name إلى متغير اسمه "Mohammed" فالمقصود بالكود أعلاه هو تعيين كلمة
1212
# age كذلك نغس الطريقة تتم للمتغير
1313
# لاحظ ان نوع البيانات التي تم تخزينها بين المتغيران مختلف

lessons/lessson_1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
# كيف نقوم بتنفيذ هذا الأمر؟ هناك عدة خيرات لكنها سنذكر هنا خياران:
1111
# python shell/console ١. يمكنك كتابة الأمر في
12-
# ١. يمكنك كتابة الأمر في python shell/console
1312
# في واجهة سطر الآوامر python3 وكتابة python shell وذلك من خلال الدخول على
1413
# ٢. الخيار الثاني هو تنفيذ البرنامج ككل عبر كتابة الأمر
1514
# في واجهة سطر الآوامر python3 lesson_1.py

0 commit comments

Comments
 (0)