0
What is the use of import function
2 Respuestas
+ 2
not sure which language you're referring to but;
imports are used to import packages and classes into your program so that you can use their functionality as if it was in your file.
It means you can use other peoples methods/functions instead of writing your own. It makes programming much more convenient and faster.
0
I was saying about python