Commit 23785e1b by BellCodeEditor

auto save

parent 1c7b76d6
Showing with 8 additions and 0 deletions
import random
a = random.randint(0,100)
print(a)
if a%2==0:
print('这是一个偶数')
else:
print('这是一个奇数')
\ 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