Guest User

Untitled

a guest
Dec 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. if isMainIsland == True:
  2. if itemCategory == "book":
  3. if price >= 1500:
  4. charge = 0
  5. else:
  6. charge = 400
  7. else:
  8. charge = 500
  9. else:
  10. if itemCategory == "book":
  11. if price >= 1500:
  12. charge = 300
  13. else:
  14. charge = 400 #Can't detect even if the value is wrong
  15. else:
  16. charge = 1000
Add Comment
Please, Sign In to add comment