Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. friends_names = ['Аня', 'Коля', 'Лёша', 'Лена', 'Миша']
  2. friends_cities = ['Владивосток', 'Красноярск', 'Москва', 'Обнинск', 'Чебоксары']
  3.  
  4. friends = {}
  5.  
  6. # допишите ваш код сюда
  7. for i in friends:
  8. friends.range(0, len(friends_names)) = friends_cities[i]
  9. print(friends_names['Лена'] + " живёт в городе " + friends_cities[3])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement