原创 python 面試題(1)--- python模塊

導入python模塊 *import:導入模塊所有成員 from…import:導入模塊所有成員或特定成員 as:爲模塊或模塊中的成員指定別名 1.導入python模塊的方式 代碼演示: import math #導入數學模塊