2024年Python期末试题题库
D下面描述错误的是?A. 若a=True,b=False则a or b为TrueB. 若a=True,b=False则a and b为FalseC. 若a=True,b=False则not a为Fa
2024年Python期末试题题库