known = [1, 2, 3] def example7(): global known known = dict() example7() print(type(known)) # <class 'dict'>. 儘管全域變數帶來了方便性,但若 ...
確定! 回上一頁