import ... to load only specific items from a library module. Then refer to them directly without library name as prefix. from math import cos ...
確定! 回上一頁