Advertisement
Roman_Sarnov

Untitled

Aug 6th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sers = {
  2. 'aeinstein': {
  3. 'first': 'albert',
  4. 'last': 'einstein',
  5. 'location': 'princeton'
  6. },
  7. 'mcurie': {
  8. 'first': 'marie'
  9. 'last': 'curie',
  10. 'location': 'paris'
  11. },
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement