Commit 01161178 by BellCodeEditor

save project

parent d78c7f12
Showing with 3 additions and 2 deletions
...@@ -14,4 +14,5 @@ for i in m: ...@@ -14,4 +14,5 @@ for i in m:
text = text+str1+str2+str3 text = text+str1+str2+str3
list=list(text) list=list(text)
list.insert(0,n) list.insert(0,n)
print(list) text=str(list)
\ No newline at end of file print(text)
\ 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