Advertisement
rodolpheg

Untitled

Nov 27th, 2020
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. entrevues = {
  2. "Nico": {"statut": "Locataire", "quartier": "CDN"},
  3. "Val": {"statut": "Locataire", "quartier": "Parc-Ex"},
  4. "Paul": {"statut": "Proprio", "quartier": "Centre-S"}
  5. }
  6. for Key, Value in entrevues.items():
  7. print(Key, Value)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement