Advertisement
KodingKid

Python car dictionary (FIAT 500)

Mar 30th, 2021
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. dict1 = {
  2.   "brand": "FIAT",
  3.   "model": 500,
  4.   "year": 1957-1975,
  5.   "amount": 3,893,294
  6. }
  7. print(dict1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement