num = 19if num >10: print("num对应值大于10")else: print("num对应值不大于10") number = 19data = number%2 == 1if data: print("num奇数")else: print("number偶数")