Task 12
Требуемые условия завершения
Открыто с: воскресенье, 3 ноября 2024, 00:00
Exercise 12 (and Solution)
Write a program that takes a list of numbers (for example, a = [5, 10, 15, 20, 25]) and makes a new list of only the first and last elements of the given list. For practice, write this code inside a function.
