Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. squares = { 1:1 , 2:4 , 3:"error" , 4:16 ,}
  2. squares [8] = 64
  3. squares [3] = 9
  4. print(squares)
  5.  
  6. imput()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement