Commit e5b8bc88 by BellCodeEditor

save project

parent 41e98ce9
Showing with 13 additions and 0 deletions
#
for i in range(0,101,2):
print(i,end="、")
\ No newline at end of file
bro1="关羽"
bro2="刘备"
bro3="张飞"
bro=["刘备","关羽","张飞"]
bro[0]="关羽"
bro[1]="刘备"
print(bro)
\ 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