Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.33 KB | None | 0 0
  1. Expected:
  2.  
  3.     [{'online': True, 'siblings': [0, 2]}, {'online': True, 'siblings': [1, 3]}, {'online': True, 'siblings': [0, 2]}, {'online': True, 'siblings': [1, 3]}]
  4.  
  5. Got:
  6.  
  7.     [{'siblings': [0, 2], 'online': True}, {'siblings': [1, 3], 'online': True}, {'siblings': [0, 2], 'online': True}, {'siblings': [1, 3], 'online': True}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement