Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. if string(integer) < 50:
  2. result = failed
  3. else string(integer) > 50:
  4. result = passed
  5.  
  6. if string_1 < 50:
  7. result = failed
  8. else:
  9. string_1 > 50
  10. result = passed
  11.  
  12. marks = Sindhi or English or Urdu or Islamiat or Mathematics
  13. passed = ('you are not good enough')
  14. failed = ('you are good enough')
  15. if marks <= 39:
  16. result = failed
  17. elif marks >= 39:
  18. result = passed
  19. print(result)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement