실행 환경Windows 10 python 3.8.3openwrt 18.06 python 3.8.3ubuntu 20.04 python 3.8.2 os 별 실행 결과os.nameimport os print(os.name)Windows 10ntopenwrt 18.06, ubuntu 20.04posixsys.platformimport sys print(sys.platform)Windows 10win32openwrt 18.06, ubuntu 20.04linuxplatform.system()import platform print(platform.system())Windows 10Windowsopenwrt 18.06, ubuntu 20.04Linuxplatform.uname()import platform print(..