Advertisement
Blessing988

Untitled

Mar 8th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.31 KB | None | 0 0
  1.  
  2. #my function
  3.  
  4. complexity = [ {"Kofi is a boy": True, "Zero": False},
  5.  
  6.                { 2.5: ["a", "b", "c"], 7.8: ["d", "e", "f"], 5.9: ["g", "h"] },
  7.                
  8.  
  9.                { "2" : True, "0" : False },
  10.  
  11.                {7.6 : ["i"], 4.5: ["j", "k"], 7.4: ["l"] }
  12. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement