0
What is standard library in python i cant understand it's a tool or what is it plss explain
Plss explain what is it
1 Resposta
+ 1
The Python Standard Library is a collection of script modules accessible to a Python program to simplify the programming process and removing the need to rewrite commonly used commands. They can be used by 'calling/importing' them at the beginning of a script. E.g time, random, math, sys e.t.c
More details at http://www.python.org/doc/