我在树莓派 3b 上使用 ubuntu mate。有没有一种简单的方法来做类似的事情:
import os
name = os.getlogin()
print(name)
(从窗户)?当我尝试在 linux 上使用它时,出现此错误:
Traceback (most recent call last):
File "(this is a less than sign)pyshell#3(this is a greater than sign)", line 1, in <module>
print(os.getlogin())
OSError: [Errno 25] Inappropriate ioctl for device
青春有我
HUH函数
相关分类