Олимпиадный тренинг

Задача 37529. Expand Vector


Задача

Темы: NumPy
Given a list of integers. 
1. Create a vector from it.
2. "Expand" vector and print it.
 
Examples
# Input Output
1 1 2 3 4 5 6 [6 5 4 3 2 1]

Запрещенные операторы:if;for;while;do