Advertisement
ancestor_tunji

# complexity

Mar 8th, 2020
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # complexity
  2. complexity =[
  3. {
  4. "state": True,
  5. "facts" : False
  6. },
  7. {
  8. 1.0 : ["a","h"],
  9. 2.0 : ["f", "l"],
  10. 3.0 : ["i", "o", "s"]
  11. },
  12. {
  13. "state": False,
  14. "facts" : True
  15. },
  16. {
  17. 1.0 : ["and","hat"],
  18. 2.0 : ["of", "lo"],
  19. 3.0 : ["in", "on", "so"]
  20. }
  21. ]
  22.  
  23.  
  24. print(complexity)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement