Python is packaged with many standard modules

Python is packaged with many standard modules which are bundled with a standard installation of the python interpreter, so you don't have do anything extra to use them. Commonly used standard python modules include:

  • sys -- access to exit(), argv, stdin, stdout, ...
  • re -- regular expressions
  • os -- operating system interface, file system
Work for fun,Live for love!
原文地址:https://www.cnblogs.com/allenblogs/p/2024673.html