Question 1/2
What does the import function do?
call a function
import a variable
import a library
save a library
Answers
Answered by
0
Answer:
We can define this function in a module then import it into the various programs ... To do this, create a new Python file and save it as hello.py . ... Also, note the syntax that we have used to invoke the function
Answered by
1
Answer:
it's imports variable okkk
Similar questions