🌈 搜索
📅  最后修改于: 2022-03-11 14:46:41.083000             🧑  作者: Mango
n = int(input("Enter a number: ")) print(["even","odd"][n % 2])