답변

0

나는 간단한 방법을 발견했다.

import os 
path="C:/Users" 
path=os.path.realpath(path) 
os.startfile(path)