Advertisement
Jamesbusayo

Untitled

Mar 6th, 2020
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.41 KB | None | 0 0
  1. complexity = [
  2.     {
  3.         "Tall" : True,
  4.         "Male" : False
  5.     },
  6.     {
  7.         1.0 : ["Low", "Lower", "Lowest"],
  8.         1.1 : ["Medium", "Middle", "Mode"],
  9.         1.2 : ["High", "Higher", "Highest"]
  10.     },
  11.     {
  12.         "Married" : False,
  13.         "Student" : True
  14.     },
  15.     {
  16.         10.0 : ["Boy", "Girl"],
  17.         11.1 : ["Paper", "Sciccors"],
  18.         12.2 : ["Oxygen", "Helium"]
  19.     }
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement