Get Mystery Box with random crypto!

Python | تعلم لغة بايثون

لوگوی کانال تلگرام technoscience_python — Python | تعلم لغة بايثون P
لوگوی کانال تلگرام technoscience_python — Python | تعلم لغة بايثون
آدرس کانال: @technoscience_python
دسته بندی ها: فن آوری ها
زبان: فارسی
مشترکین: 13.82K
توضیحات از کانال

دورة تعليمية مجانية عن تعلم لغة البرمجة Python
رابط قناتنا الرئيسية
T.me/programming2099

Ratings & Reviews

3.50

2 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

1

2 stars

0

1 stars

0


آخرین پیام ها 3

2022-06-02 10:30:06 Join @programming2099
Join @Technoscience_python
4.6K viewsHussain, 07:30
باز کردن / نظر دهید
2022-06-02 10:30:06
عنوان الكتاب : البرمجة بلغة بايثون

مترجم للغة العربية
4.5K viewsHussain, 07:30
باز کردن / نظر دهید
2022-05-29 02:44:47
إنتربرتر خاص بلغة Python يعمل على الاندرويد ومن دون الحاجة إلى الإنترنت
https://play.google.com/store/apps/details?id=com.kvassyu.coding.py


تعلم بايثون من الصفر للإحتراف
https://t.me/Technoscience_python/4
495 viewsZECODER, 23:44
باز کردن / نظر دهید
2022-05-28 14:20:19 @Technoscience_python
4.0K viewsZECODER, 11:20
باز کردن / نظر دهید
2021-12-15 23:54:57 حل السؤال الثالث بطريقة ثانية k=[ ] fail_list=[ ] succes_list=[ ] list =["math" , "physics","computer", "history","english","chemistry","arabic"] for i in list: if (i=="math"): i=int(input("enter digree of the math")) k.append(i)…
101 viewsZECODER, 20:54
باز کردن / نظر دهید
2021-12-15 23:36:02 حل السؤال الثالث بطريقة ثانية k=[ ] fail_list=[ ] succes_list=[ ] list =["math" , "physics","computer", "history","english","chemistry","arabic"] for i in list: if (i=="math"): i=int(input("enter digree of the math")) k.append(i)…
125 viewsZECODER, 20:36
باز کردن / نظر دهید
2021-12-15 23:34:00 حل السؤال الثالث بطريقة ثانية

k=[ ]
fail_list=[ ]
succes_list=[ ]

list =["math" , "physics","computer", "history","english","chemistry","arabic"]

for i in list:
if (i=="math"):
i=int(input("enter digree of the math"))

k.append(i)
if (i=="physics"):
i=int(input("enter digree of the physics"))
k.append(i)

if (i=="computer"):
i=int(input("enter digree of the computer"))
k.append(i)

if (i=="history"):
i=int(input("enter digree of the history"))
k.append(i)


if (i=="engliah"):
i=int(input("enter digree of the english"))
k.append(i)


if (i=="chemistry"):
i=int(input("enter digree of the chemistry"))
k.append(i)

if (i=="arabic"):
i=int(input("enter digree of the arabic"))
k.append(i)


list.clear()

k.sort()


for i in (k):
list.append(i)


k[0]=k[0],"min digree"
k[-1]=k[-1],"max digree"

print(k)

for i in (list):
if(i<50):
fail_list.append(i)
if(i>=50):
succes_list.append(i)


print(fail_list)
print(succes_list)
135 viewsZECODER, edited  20:34
باز کردن / نظر دهید
2021-12-15 22:29:19 حل السؤال الثالث

list =[ ]
fail_list =[ ]
succes_list =[ ]
k=[ ]

sub1=int(input("Enter your degree in math: "))

sub2=int(input("Enter your degree in physics: "))

sub3=int(input("Enter your degree in computer: "))

sub4=int(input("Enter your degree in history: ") )

sub5=int(input("Enter your degree in english: ") )

sub6=int(input("Enter your degree in chemistry: "))

sub7=int(input("Enter your degree in arabic: "))


list.append(sub1)
list.append(sub2)
list.append(sub3)
list.append(sub4)
list.append(sub5)
list.append(sub6)
list.append(sub7)


k.append(sub1)
k.append(sub2)
k.append(sub3)
k.append(sub4)
k.append(sub5)
k.append(sub6)
k.append(sub7)


list.sort()
k.sort()

k[0]=k[0],"min degree"
k[-1]=k[-1],"max degree"

print(k)



for i in list :
if(i <= 49):
fail_list.append(i)
else:
succes_list.append(i)


print("successful", succes_list)
print("unsuccessful",fail_list)

السؤال الإضافي واجب
194 viewsZECODER, edited  19:29
باز کردن / نظر دهید
2021-12-14 22:16:42 السؤال الثالث : أكتب برنامج يطلب من المستخدم إدخال درجاته للمواد الآتية ( الرياضيات - الفيزياء - الحاسوب - التاريخ - اللغة الانجليزية - الكيمياء - قواعد اللغة العربية)
ثم يقوم البرنامج بطباعة أسماء المواد مع الدرجات في List معينة وبترتيب تصاعدي من أقل درجة إلى أعلى درجة .
بعد ذلك يقوم البرنامج بإضافة كلمة أعلى درجة بجانب أعلى درجة موجودة في القائمة وكلمة أقل درجة بجانب أقل درجة موجودة في القائمة .
بعد ذلك يقوم البرنامج بحساب عدد المواد التي نجح فيها ويضعها في List خاصة بها .
ثم يقوم بحساب عدد المواد التي رسب فيها ويضعها في List خاصة بها .

سؤال اضافي: حل البرنامج بإستخدام القواميس- Dictionary
309 viewsZECODER, 19:16
باز کردن / نظر دهید
2021-12-14 22:08:26 السؤال الثاني : اكتب برنامج يطلب من المستخدم إدخال 4 اعداد ، ثم يطلب البرنامج من المستخدم تحديد مكان تخزين الأعداد ،
فإذا أدخل المستخدم List يقوم البرنامج بتخزين الأعداد في list معين ،
وهكذا مع ال Dictionary وال Tuples
313 viewsZECODER, 19:08
باز کردن / نظر دهید