例如:
num=int(input("请输入一个整数:")) if num%2==0: print(f"{num}是一个偶数"),
怎样让if num%2==0:不要跟在num=int(input("请输入一个整数:"))的后面,而是重新换一行写?
按回车不就下一行了吗