物理の駅 Physics station by 現役研究者

テクノロジーは共有されてこそ栄える

Pythonでユーザー名とコンピュータ名を得る

import platform
platform.node()
import getpass
getpass.getuser()