Commit 7df75841 by BellCodeEditor

auto save

parent 8e6da526
Showing with 31 additions and 0 deletions
# for i in range(100):
# print("再也不敢了")
# x=0
# while x<100:
# print("再也不敢了")
# x=x+1
# x="abc123"
# y=input("请输入密码:")
# while y!=x:
# y=input("密码错误,请重新输入:")
# print("密码正确")
# for i in range(10):
# for j in range(1,21)
# print(i,j)
# for i in range(1,10):
# for j in range(1,i+1):
# print(j,"x","=",i*j,end=" ")
# for i in range(2,100,2):
# print(i,end=",")
# for i in range(1,101):
# if i%7==0:
# print("过")
# else:
# pri
\ 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