Computer Science, asked by kumarshivam14042001, 4 months ago

in python _is an environment variable which is used when a module is imported​

Answers

Answered by aish2411
0

Answer:

syntax: import modulename Or packagename

Explanation:

import keyword is used to import any package or module.

Similar questions