Commit 6b75bfaa by BellCodeEditor

save project

parent 0f341682
Showing with 8 additions and 5 deletions
for m in range (1,10):
for g in range(1,m+1):
print(m,'x',g,'=',(m*g),end=" ")
print()
\ No newline at end of file
bro1="关羽"
bro2="刘备"
bro3="张飞"
bros=["刘备","关羽","张飞"]
bros[0] = bro1
bros[1] = bro2
print(bros)
\ 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