在 pycharm也没有输出,我以为是 Python3 或 Python2.7 的原因,可是在 terminal 的 2.7/3.0却都可以输出
print(p.who()) print(s.who()) print(t.who())
在终端可以直接将返回值输出 , 在程序里要print输出