اذهب إلى المحتوى

السؤال

Recommended Posts

  • 0
نشر
بتاريخ 1 دقيقة مضت قال مرام النعمانية:

كم يطلعلك القيمة 

انا 48

عادي لو تسمح ترسللي بارك الله فيك

order = {"juice": 2, "bread": 3,"apples": 10,"oranges": 6,"cake": 3}

total = 0.0
for key in order:
      total += order[key] * prices[key]
   
   
print("Total: ${}.0".format(total))

 

ولا تزيدي شي

  • 0
نشر
بتاريخ 1 دقيقة مضت قال Othmane Othwsav:

السلام عليكم,

أظن أن هذا هو الحل:


import math

order = {"juice": 2, "bread": 3,"applies": 10,"orange": 6,"cake": 3}
prices = {"juice": 2, "bread": 2,"applies": 2,"orange": 2,"cake": 2}
total = 0.0;

for key in order:
      total += order[key] * prices[key]
    
    
print("Total: ${}0".format(total))

تحياتي الحارة.

طيب يطلعلي غلط رقم 3

  • 0
نشر (معدل)
بتاريخ 17 دقائق مضت قال Adds Game:

 

قم بعرض القيمة النهائية للمتغير total بعد انتهاء الحلقة

كيففف اسوييه م عرفت

تفضل اخي 

 

import math    



order = {"juice": 2, "bread": 3,"apples": 10,"oranges": 6,"cake": 3}
prices = {"juice": 2, "bread": 2,"apples": 2,"oranges": 2,"cake": 2}
total = 0.0;
for key in order:
      total += order[key] * prices[key]
    
    
print("Total: ${}".format(total) )

اتمنى ان اكون قد اجبتك :) 

 

تحياتي

تم التعديل في بواسطة Mohamd Imran
تعديل اسماء القيم الخاطئة
  • 0
نشر
بتاريخ 12 دقائق مضت قال Mohamd Imran:

تفضل اخي 

 


import math    



order = {"juice": 2, "bread": 3,"apples": 10,"oranges": 6,"cake": 3}
prices = {"juice": 2, "bread": 2,"apples": 2,"oranges": 2,"cake": 2}
total = 0.0;
for key in order:
      total += order[key] * prices[key]
    
    
print("Total: ${}".format(total) )

اتمنى ان اكون قد اجبتك :) 

 

تحياتي

@Adds Game

بتاريخ 1 دقيقة مضت قال Adds Game:

5e8f1540a76f9_.thumb.png.38b6b91672db1a83ccea9d8b0ef3d7fe.png

اخي الخطا لديك في متغير 

total =0.0;

يجب ان يكون هكذا 

total = 0.0

 

 

تحياتي

  • 0
نشر
بتاريخ 1 دقيقة مضت قال مرام النعمانية:

كيف صار معك ؟

كم يطلعلك القيمة 

انا 48

بتاريخ الآن قال Adds Game:

خلاص حليته مع ربيعي كله بفوق غلط 

عادي لو تسمح ترسللي بارك الله فيك

بتاريخ الآن قال مرام النعمانية:

كم يطلعلك القيمة 

انا 48

عادي لو تسمح ترسللي بارك الله فيك

جالسه احاول من امس

بتاريخ 1 دقيقة مضت قال Adds Game:

خلاص حليته مع ربيعي كله بفوق غلط 

كيف كله يلي فوق خطأ

  • 0
نشر
بتاريخ 1 دقيقة مضت قال Adds Game:

order = {"juice": 2, "bread": 3,"apples": 10,"oranges": 6,"cake": 3}

total = 0.0
for key in order:
      total += order[key] * prices[key]
   
   
print("Total: ${}.0".format(total))

 

ولا تزيدي شي

شكرا

واحنا نسوي قاموس حال prices  والحاله حاله

بتاريخ الآن قال مرام النعمانية:

شكرا

واحنا نسوي قاموس حال prices  والحاله حاله

اذا تريد مساعده خبرني

  • 0
نشر

 

بتاريخ منذ ساعة مضت قال مرام النعمانية:

شكرا

واحنا نسوي قاموس حال prices  والحاله حاله

اذا تريد مساعده خبرني

زين جيتي فقوتش اريد مال المنزل الذكي اول تحدي م عرفتله اذا ممكن

  • 0
نشر
بتاريخ 1 دقيقة مضت قال Mohamd Imran:

هل يمكنك ارسال الكود الخاص بالمطلوب رقم ٢ المحلول ؟ 

 

تحياتي

 if get_time()>=7:
        close_curtains()
       turn_off("light")

بس انا باغي مال 3

  • 0
نشر (معدل)
بتاريخ 11 دقائق مضت قال Adds Game:

 if get_time()>=7:
        close_curtains()
       turn_off("light")

بس انا باغي مال 3

تفضل حل ٣ 

 

if get_time()>=7 and presence_check("lock") != True:
        close_curtains()
       turn_on("light")

 

اعلمني اذا تم حل المشكلة لو سمحت :) 

تحياتي

تم التعديل في بواسطة Mohamd Imran
  • 0
نشر
بتاريخ 23 دقائق مضت قال Adds Game:

5e8f3c05c0ec6_.thumb.png.daf7baa6af65e6017a5b37644c6c0489.pngهذا الي ماطاع

: def main()

pass

if get_time() < 7: open_curtains() turn_off("light") if get_time() >= 7 : if not presence_check("ligth"): close_curtains() turn_off("light") if get_time() >=7 and presence_check("light"): close_curtains() turn_on("light")

بتاريخ 27 دقائق مضت قال Adds Game:

5e8f3c05c0ec6_.thumb.png.daf7baa6af65e6017a5b37644c6c0489.pngهذا الي ماطاع

def main():
    pass
    if get_time() < 7:
        open_curtains()
        turn_off("light")
        
    if get_time() >= 7  :
        if not presence_check("ligth"):    
            close_curtains()
            turn_off("light")
            
    if get_time() >=7 and presence_check("light"):    
            close_curtains()
            turn_on("light")

بتاريخ 4 دقائق مضت قال مرام النعمانية:

: def main()

pass

if get_time() < 7: open_curtains() turn_off("light") if get_time() >= 7 : if not presence_check("ligth"): close_curtains() turn_off("light") if get_time() >=7 and presence_check("light"): close_curtains() turn_on("light")

def main():
    pass
    if get_time() < 7:
        open_curtains()
        turn_off("light")
        
    if get_time() >= 7  :
        if not presence_check("ligth"):    
            close_curtains()
            turn_off("light")
            
    if get_time() >=7 and presence_check("light"):    
            close_curtains()
            turn_on("light")

هذا الحل بالكامل

بتاريخ 52 دقائق مضت قال Adds Game:

 

زين جيتي فقوتش اريد مال المنزل الذكي اول تحدي م عرفتله اذا ممكن

def main():
    pass
    if get_time() < 7:
        open_curtains()
        turn_off("light")
        
    if get_time() >= 7  :
        if not presence_check("ligth"):    
            close_curtains()
            turn_off("light")
            
    if get_time() >=7 and presence_check("light"):    
            close_curtains()
            turn_on("light")

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...