def_discount_voucher(voucher, amount) discount = 0

  1. def_discount_voucher(voucher, amount)discount = 0 if voucher == 'Flat 50': discount = 0.5 * amount elif voucher == 'Flat 30':
    1. answers icon 1 answer
    2. views icon 85 views
  2. def_discount_voucher(voucher, amount)discount = 0 if voucher == 'Flat 50': discount = 0.5 * amount elif voucher == 'Flat 30':
    1. answers icon 1 answer
    2. views icon 231 views
  3. Use the code to answer the question.def discount_on_voucher(voucher, amount): discount = 0 if voucher == 'Flat 50': discount =
    1. answers icon 1 answer
    2. views icon 23 views
  4. Use the code to answer the question.def discount_on_voucher(voucher, amount): discount = 0 if voucher == 'Flat 50': discount =
    1. answers icon 1 answer
    2. views icon 20 views
  5. Use the code to answer the question. def discount_on_voucher(voucher, amount): discount = 0 if voucher == 'Flat 50': discount =
    1. answers icon 5 answers
    2. views icon 26 views
  6. Revising Programs Quick Check 3 of 53 of 5 Items Question Use the code to answer the question. def discount_on_voucher(voucher,
    1. answers icon 1 answer
    2. lo asked by lo
    3. views icon 56 views
  7. Use the code to answer the question. %0D%0A%0D%0Adef discount_on_voucher(voucher, amount): %0D%0A discount = 0 %0D%0A if voucher
    1. answers icon 1 answer
    2. views icon 227 views
  8. Use the code to answer the question.def discount_on_weekdays(day, amount): discount = 0 if day == 'Monday': discount = 0.1 *
    1. answers icon 1 answer
    2. views icon 18 views
  9. Use the code to answer the question.if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
    1. answers icon 1 answer
    2. views icon 31 views
  10. Use the code to answer the question.if age > 40: # 15 percent discount discount = discount + (0.15 * amount) if category == 'A':
    1. answers icon 1 answer
    2. views icon 32 views