على مر السنوات شاهدت أكثر من 90% من فيديوهات القناة، جميعها مقدمة بطريقة مختلفة ومميزة، وهذا بسبب التخطيط الجيد، ومعرفة مسبقة بتوقع أسئلة المتابع الذي قد تطرء على ذهن المتعلم والإجابة عليها بالشرح السلسل. أيضاً من أسرار تميز الأستاذ منذر هو سرعة كلامه أثناء الشرح، وهذا سبب رئيسي يجعلنا لا نمل من المتابعة، وهذا دلالة على التميز في اختصار الوقت. جزاك الله خيراً 🌹 والله هذا العمل مشرف لك في حياتك وبعد مماتك، أثر طيب وصدقة جارية، نسأل الله لك التوفيق والبركة في وقتك الذي تستغله لتعليم الناس الخير.
كتبت عدة اسطر لاشكرك يا استاذ "المنذر " فوجدت كل مرة انني امسح السطر ... فجزاك الله خيرا، واطلب من الله ان يفتح عليكم من خير علوم الدنيا والاخرة وينفعكم بها . 🤲
وفقك الله❤ اول مرة في حياتي استطيع الفهم والاستيعاب للبرمجه من طريقة شرحك البسيطة مع العلم اني اعاني من الفهم لكثير من الشراح في الانترنت يا ليت كل اللي يعملوا فيديوهات للشرح يا ليت يعملوا مثلك بدل التفلسف
#حل التمرين العاشر لعبة المقص والورقة والحجر from random import choice username = input('Enter your name >') userScore=0 pyScore=0 n=draw=wrong=0 userWord="" gameList=['paper','stone','scissors'] print(f' Hello {username}, choose one of the game list: \"paper" \"stone" \"scissors"') print(' or \"quite" to finish the game ') while userWord !="quite": if userScore < 10 and pyScore < 10: n+=1 userWord=input(f'{n}------------------ {username}>').lower() pyWord=choice(gameList) if userWord not in gameList and userWord!="quite": wrong+=1 if wrong==1: print(f'Not in the game list, first wrong attempt try again {username}>') else: print(f'Not in the game list, {wrong} wrong attempts try again ') else: print(f'Python>{pyWord} ') if userWord==pyWord: draw+=1 print(f'No point, {draw} draw try again') elif (userWord=="paper"and pyWord=="stone") or (userWord=="stone"and pyWord=="scissors") or (userWord=="scissors"and pyWord=="paper"): print(f'{username} got point ') userScore+=1 else: if userWord!="quite": print('Python got point ') pyScore+=1 else: break; winner=nonwinner="" ws=nws=0 if userScore==pyScore: print(f'No winner the game is draw with {pyScore} points') else: if userScore>pyScore: winner=username nonwinner="Pytho" ws=userScore nws=pyScore else: # userScore
السلام عليكم ، شكرا على هذه الدروس القيمة لكن هناك مشكل أني لم أستطيع الدخول إلى الفيديو "التمرين 10 - تمرين الدرس الحادي عشر-" وتظهر رسالة مكتوبة " Members-only content Join this channel to get access to members-only content like this video, and other exclusive perks."