Solve problem "Swap min and max" online - Learn Python 3 - Snakify

Swap min and max


Statement

Given a list of unique numbers, swap the minimal and maximal elements of this list. Print the resulting list.
Advertising by Google, may be based on your interests

In all the problems input the data using input() and print the result using print().