Advertisement
plarmi

work1_5

May 11th, 2023
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. lst = [1, 2, 3, 4, 5]
  2. print(f'Первый: {lst[0]}; последний: {lst[-1]}')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement