• python基础教程_学习笔记12:充电时刻——模块

    时间:2022-09-01 14:01:21

    充电时刻——模块python的标准安装包含一组模块,称为标准库。模块>>> import math>>> math.sin(0)0.0模块是程序不论什么python程序都能够作为模块导入。$ cat hello.py#!/usr/bin/pythonprint "...