What is library and modules i???! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is library and modules i???!

22nd Feb 2020, 5:00 PM
Areej Ahmed
Areej Ahmed - avatar
5 Answers
+ 1
1) Import them. 2) But before that learn about the functions that a particular library has. 3) Use the functions by calling them inside your program.
22nd Feb 2020, 5:25 PM
Avinesh
Avinesh - avatar
+ 4
They’re basically files that store lots of functions that make programming easier. For example, the random library in Python removes the headache of randomness by doing it for you
22nd Feb 2020, 5:10 PM
Jax
Jax - avatar
0
how to use it ?
22nd Feb 2020, 5:15 PM
Areej Ahmed
Areej Ahmed - avatar
0
thank u 🙏🏼
22nd Feb 2020, 5:28 PM
Areej Ahmed
Areej Ahmed - avatar
0
Areej Ahmed you're welcome.
22nd Feb 2020, 5:29 PM
Avinesh
Avinesh - avatar