Commit efd32a46 by BellCodeEditor

save project

parent 4588cdec
Showing with 3 additions and 2 deletions
...@@ -14,7 +14,8 @@ for i in message: ...@@ -14,7 +14,8 @@ for i in message:
x=x+d x=x+d
gdx="njh6re84*&^%&*(&^)" gdx="njh6re84*&^%&*(&^)"
w=list(x) w=list(x)
w1=w.inser(gdx) w.insert(5,gdx)
ww=''.join(w1) ww=''.join(w)
print(ww) print(ww)
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