收起
print(a) 返回值为None所以执行的是None and 'a=T' or 'a=F' 这个式子先算None and 'a=T',其结果为None最后算None or 'a=F' 所以结果为'a=F'
报告相同问题?