Commit 8d7436d2 by BellCodeEditor

save project

parent 8c80b78d
Showing with 5 additions and 2 deletions
...@@ -12,4 +12,7 @@ for i in message: ...@@ -12,4 +12,7 @@ for i in message:
sb1=i sb1=i
dsb=sb1+sb2+sb3 dsb=sb1+sb2+sb3
nc=nc+dsb nc=nc+dsb
print(nc) dnc=list(nc)
\ No newline at end of file dnc.insert(4,"gqiwuegfgohrew")
fg="".join(dnc)
print(fg)
\ 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