0

What is the use of import function

20th Aug 2018, 6:40 PM
Tirumala Vinay
Tirumala Vinay - avatar
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.
20th Aug 2018, 8:27 PM
Steven Trippier
Steven Trippier - avatar
0
I was saying about python
21st Aug 2018, 12:00 AM
Tirumala Vinay
Tirumala Vinay - avatar