Commit 0731deb9 by BellCodeEditor

save project

parent 6ac8aa87
Showing with 21 additions and 0 deletions
print(250)
\ No newline at end of file
list
\ No newline at end of file
list=["搜索","改变风格和他","250","回归",250]
print(list)
print(list[2])
list[4]="傻子"
print(list)
list.insert(1,"太阳")
print(list)
list.clear()
print(list)
a=11
if a%2==0
print("偶数")
else:
print("奇数")
a=a=20
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