Write a Python program that performs the following tasks:
1. generate 25 random numbers between 1 and 100 with no duplicates 2. store these random numbers in a list 3. sort the random numbers in descending order 4. move the numbers into a 5 x 5 multi-dimensional array by row. 5. print the multi-dimensional array using formatted print statements
Use functions/modules to perform the following:
* generate the random number * sort the numbers * move the sorted numbers into the multi-dimensional array * print the sorted multi-dimensional array
If you would like to report an abuse of our service, such as a spam message, please . Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .