Answer:
i. site.py module
ii. random integer module
Explanation:
i. The exit() function is a function used to end a program in python and can only be called when the site.py module is present. The site.py module comes pre-installed with Python.
<u>So, the site.py module needs to be imported for the exit() function to be invoked.</u>
ii The randint() function is a function used to generate a random integer between two limits- a lower limit and a higher limit. The randint() function can be called when the random integer module is present.
<u>So, the random integer module needs to be imported to invoke the randint() function.</u>
Expertise in Computer Science/ Computer Programming Tools. C, C++, Java Visual Basic , Android or iphone. BS Software Engineering
Depends? Maybe you can change the background of your computer?
Since you wrote a program to compare the portion of drivers who were on the phone. The statements are true are option 2, 3, 4 and 5:
2. You could modify the program to allow the user to enter the data.
3. A different set of observations might result in a larger portion of male drivers being on the phone.
4. Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results.
5. It is important to test your program with a small enough set of data that you can know what the result should be.
<h3>What use does a driver program serve?</h3>
A computer software known as a driver, sometimes known as a device driver, that serves as a bridge between the operating system and a device such a disk drive, or keyboard. The device's collection of specific commands must be thoroughly understood by the driver.
In software, a driver offers a programming interface for managing and controlling particular lower-level interfaces that are frequently connected to a particular kind of hardware or other low-level service.
Therefore, based on the fact that the code you have made is okay, you can make some a notes on what is good and not and then make adjustments.
Learn more about program drivers from
brainly.com/question/28027852
#SPJ1