Commit 009c21c7 by BellCodeEditor

auto save

parent beb166ed
Showing with 7 additions and 0 deletions
while True:
a=int(input(" "))# 请输入一个正整数
if a%2==0:# 条件判断奇偶数
print(a,"是偶数")
else:
print(a,"是奇数")# 输出奇偶数
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment