Easy_Flex

Untitled

Mar 8th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. empty = {} #empty dictionary
  2.  
  3. my_dict = {
  4.     "date": 8,
  5.     "month": 3,
  6.     "year": 2020
  7. }
  8.  
  9. winning_lottery_numbers = {
  10.     (10, 13, 35, 60, 667, 800): True,
  11.     (10, 13, 35, 60, 567, 870): False
  12. }
Add Comment
Please, Sign In to add comment