#Python(058)函數dir()印出所有內建函數
print(dir(__builtins__))

print('\n')

import math
print(dir(math))
#印出math模組提供哪些屬性或函數

 

 

結果為:

image

math:

image

arrow
arrow
    創作者介紹
    創作者 愛學習 的頭像
    愛學習

    愛學習

    愛學習 發表在 痞客邦 留言(0) 人氣()