📅  最后修改于: 2022-03-11 14:45:19.552000             🧑  作者: Mango
# credit to the Stack Overflow user in the source link
import platform
platform.node()
>>>'DARK-TOWER'
# or equivalently
import socket
socket.gethostname()
>>> 'DARK-TOWER''