Python looks for modules in “sys.path”¶ ... Python has a simple algorithm for finding a module with a given name, such as a_module . It looks for a file called ...
確定! 回上一頁