Solve the most basic problem Python Three questions ( Look at the picture )
1. Create a list num1, Generate 10 individual 200 Random number within , Sort these random numbers from small to large , Output the sorting results ; And then find the maximum 、 Minimum and sum , And write it into the dictionary num2 in , Finally, the dictionary num2 Output . As shown in the example :nnum2=(' Maximum :0, minimum value :0,' The sum of the :0.
Program source code ( Please copy and paste the program source code in the following text box )
2.
3. Create a list num1, Generate 10 individual 200 Random number within , Sort these random numbers from small to large , Output the sorting results ; And then find the maximum 、 Minimum and sum , And write it into the dictionary num2 in , Finally, the dictionary num2 Output . As shown in the example :nnum2=(' Maximum :0, minimum value :0,' The sum of the :0.
Program source code ( Please copy and paste the program source code in the following text box ):