... author by : www.w3cschool.cn # Python 判断奇数偶数# 如果是偶数除于2 余数为0 # 如果余数为1 则为奇数num = int(input("输入一个数字: ")) if ...
確定! 回上一頁