watwatwat

Untitled

Feb 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. grades = {
  2.     "Kelsey": 87,
  3.     "Finley": 92
  4. }
  5.  
  6. one_line = {a: 1, b:2}
Add Comment
Please, Sign In to add comment