s=tuple((5,3,6))r=tuple(())if r and s: #注意这里只能用and ,如果用&则报错 print("sfafda")但是if tuple(): pass这个是可以的,如果空元组,是可以被判断出来的,,,,,