Answer:
1.The high level language are closer to human language the instruction written in this language are similar to English like words and statements
2. It is easy to understand
3. It is easy to modify
4. User friendly
5. Standarized syntax
6. Deep hardware knowledge is not required for using this.
7. Mechine indepence
8. In this language the error are easily located.
9. The program written in this language are called source code.
10. The program written in this language are shorter in size than low level language.
Answer:
if and and not and or ans all
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>
Answer: I don’t know
Explanation:I had a website to help but it won’t let send it