Advertisement
splinter10066

Untitled

Dec 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. dictionary = {}
  2. key = 'Pizza'
  3. value = ('Dough', 'Sauce', 'Cheese', 'Pepperoni')
  4.  
  5. dictionary[key] = value
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement