Commit 75c158c7 by BellCodeEditor

auto save

parent 7a54648c
Showing with 12 additions and 0 deletions
a=0
for i in range(1,100,2):
a=a+i
print(a)
\ No newline at end of file
nian=[1990,2004,1998,2016]
for i in range(4):
if nian[i]%4==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