五行程序代码中有处错误,在对应的横线上修改
第一行 x=input("请输入一个自然数")
第二行 if x%2 = 0
第三行 print(x, "为偶数")
第四行 else:
第五行 print("x, 为奇数")
改成: