Advertisement
Adehumble

Week6 Coding Exercise 5

Mar 8th, 2020
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.37 KB | None | 0 0
  1. complexity={
  2.  
  3. {
  4. "Fawas":True, "Idris": False
  5. },
  6.  
  7.  
  8. {9.75: ["FUTA", "OAU", "FUNAAB", "Covenant"], 20.9: ["7.25", "9"], 678.35: ["Chemist", "Engineer", "Architect"]},
  9.  
  10.  
  11. {
  12. "Soccer": False, "Hockey": True
  13. },
  14.  
  15. {"52.10":["Ronaldinho", "Mikel_Obi"],"1.9":["Bola", "Dog", "Cat", "Tunde"],"48.27":["Carbohydrates", "Vitamins", "Minerals"]}
  16.  
  17.  
  18.  
  19. }
  20.  
  21.  
  22. print(complexity)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement