Easy_Flex

Untitled

Mar 8th, 2020
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.39 KB | None | 0 0
  1. complexity = [
  2.     {
  3.         "Fair": False,
  4.         "Dark": True
  5.     },
  6.  
  7.     {
  8.         1.00: ["My", "Name", "Is", "Flex"],
  9.         2.00: ["Ambience", "Media"],
  10.         3.00: []
  11.     },
  12.  
  13.     {
  14.         "Tall": True,
  15.         "Short": False
  16.     },
  17.  
  18.     {
  19.         3.149: ["The", "Value", "Of", "Pie"],
  20.         25.00: ["My", "Age"],
  21.         11.59: ["Assignment", "Deadline"]
  22.     }
  23. ]
Add Comment
Please, Sign In to add comment