Commit 2f6d7c22 by BellCodeEditor

save project

parent c25c3aa2
Showing with 8 additions and 5 deletions
name="悟空"
word="欢迎你"
print(name,word)
\ No newline at end of file
list1 = [] name="悟空"
for a in range(0, 1000): word="欢迎你"
for b in range(0, 1000): print(name,word)
list1.insert(0, 0) \ No newline at end of file
\ 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