xpleaf@leaf:~/Source_Code$ python test_os_path.py
The path1 is:
The path2 is: /home/xpleaf/Source_Code
The path3 is: /home/xpleaf/Source_Code/hello.py
(2)以绝对路径的方式来执行test_os_path.py
xpleaf@leaf:~/Source_Code$ python /home/xpleaf/Source_Code/test_os_path.py
The path1 is: /home/xpleaf/Source_Code
The path2 is: /home/xpleaf/Source_Code
The path3 is: /home/xpleaf/Source_Code/hello.py