赞
踩
i=1 j=2 if i==1 and j==2: print('且')
x = 5 y = 10 if x > 3 or y < 5: print("At least one condition is true") else: print("Both conditions are false")