task:
add the numbers in reverse order (max 22 characters)
result = [] for x in range(6):
result:
use the insert-function to add at a specific index
easy
medium
hard