عودة من جديد إلى تعلم البرمجة دعواتكم يا إخوان

لقد عدت من جديد وبدأت من من البداية والآن وصلت إلى حيث توقفت وأريد أن أريكم حلّي لامتحان جزيرة الكنز
print(‘’’

treasure island
.-^-.
//_
| |
| :skull_and_crossbones: |
| |
| |
/| |
/ | |
| | | |
| || |
| جزيرة |
| الكنز |
_
_/
‘’')

print(‘Welcome to my treasure island! :tada:’)
print(‘There are two doors: :door: red and :door: green.’)
print(‘Which door would you like to open?’)
doors = input('Red or green? ').lower()

if doors == “green”:
print(‘You have chosen the wrong door. Game over! :warning:’)
elif doors == ‘red’:
print(‘Now you have chosen the right door. :star2:’)
print(‘You are in the room. You see three boxes: :package: black, :package: white, and :package: green.’)
boxes = input('Which box do you want to open? ').lower()

if boxes == 'white':
    print("Excellent! You have found the treasure! 💰")
elif boxes == 'green':
    print('Oops! You have opened a box with snakes. Game over! 🐍')
elif boxes == 'black':
    print('Sorry! You have opened a box with spiders. Game over! 🕷️')
else:
    print('Your choice is not found. ❌')   

else:
print(“Your choice is incorrect. Please choose again. :x:”)

6 إعجابات

أهلا بعودتك زميلنا المبرمج المستقبلي☺️

3 إعجابات

يا اهلا وسهلا بك من جديد نسعد بتواجدك معنا في المجتمع ونحن نفخر بامثالك وباذن الله تصل الى ما تحلم اليه في عالم التقنية

وبالنسبة للكود اللذي ارسلته لحل تحدي وحدة جزيرة الكنز فاحسنت الكود سليم من المشاكل والحل رائع
ولكي يسهل على الجميع تجربة الكود ارسل الكود في المرة القادمة بشكل منسق حتى يتسنى للجميع تجربته

الكود بشكل منسق

print("""

treasure island
    ☠️
| جزيرة |
| الكنز |
""")

print("Welcome to my treasure island! 🎉")
print("There are two doors: 🚪 red and 🚪 green.")
print("Which door would you like to open?")
doors = input('Red or green? ').lower()

if doors == "green":
    print("You have chosen the wrong door. Game over! ⚠️")
elif doors == "red":
    print("Now you have chosen the right door. 🌟")
    print("You are in the room. You see three boxes: 📦 black, 📦 white, and 📦 green.")
    boxes = input('Which box do you want to open? ').lower()
    if boxes == 'white':
        print("Excellent! You have found the treasure! 💰")
    elif boxes == 'green':
        print('Oops! You have opened a box with snakes. Game over! 🐍')
    elif boxes == 'black':
        print('Sorry! You have opened a box with spiders. Game over! 🕷️')
    else:
        print('Your choice is not found. ❌')   
else:
    print("Your choice is incorrect. Please choose again. ❌")

4 إعجابات

أشكرك أخي،
كيف أجعل الكود يبدو مُنسقاً ؟

3 إعجابات

لدي مشكلة في استخراج لعبة ping pong مع icon يظهر لي خطأ كالذي ظهر في المقطع ولا يمكنني حله هل يمكنكم مساعدتي ؟؟

إعجابَين (2)

اضغط على الخيار كما في الصورة

3 إعجابات

شكر ا جزيلاً على التوضيح وعلى دعمكم المُستمر

3 إعجابات

العفو اخي الكريم محمد :smiling_face_with_three_hearts:

3 إعجابات

اهلا بعودتك يا ايها المبرمج
احسن حل التحدي ماشاء الله جميل ولكن اتمنى ان ترسله منسق المره القادمة👍

3 إعجابات

شد الهمة يا اخوي محمد اسأل الله لك التوفيق

3 إعجابات

جميل
استعن بالله

وفقنا الله وإياكم لما يحبه ويرضاه

3 إعجابات