Commit 4530ecf8 by BellCodeEditor

save project

parent 61bde5aa
Showing with 2 additions and 1 deletions
......@@ -14,5 +14,5 @@ for i in m:
text = text+str1+str2+str3
list=list(text)
list.insert(0,n)
text=str(list)
text="".join(list)
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