12311k

Untitled

Feb 20th, 2020
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. print("Привет, я Анфиса!")
  2. friends = ['Серёга', 'Соня', 'Дима', 'Алина', 'Егор']
  3.  
  4. friend_index = 2
  5. print(str(friends[friend_index]) + ' живёт в Красноярске.')
Add Comment
Please, Sign In to add comment