Question: python- please do not copy previous questions they are incorrect Design a program to generate a specified quantity of integers (minimum 1000 integers). Use rand
Design a program to generate a specified quantity of integers (minimum 1000 integers). Use rand function to generate integers between 1 and 10000. Note that these random numbers can contain duplicates. Store this collection of integers in a) Lists and b) Dictionaries. Perform the following for the List and the Dictionary: 1. Print all the elements. Perform this operation 3 times for each data structure. Measure empirically the time it takes to print all the elements each time. Tabulate your results - Table-1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
