Commit c02b8370 by BellCodeEditor

save project

parent 8662665b
Showing with 8 additions and 2 deletions
i=5
j=7
j
print(i,"*",j,"=",(j*i))
\ No newline at end of file
a=["华雄"]
c=["文丑","谳娘"]
a.extend(c)
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