Commit 4211e5e8 by BellCodeEditor

save project

parent 357bb181
Showing with 4 additions and 1 deletions
...@@ -12,5 +12,8 @@ for i in message: ...@@ -12,5 +12,8 @@ for i in message:
hi3=i hi3=i
ry=hi1+hi2+hi3 ry=hi1+hi2+hi3
ui=ry+ui ui=ry+ui
print(ui) hl=list(ui)
hl.insert(4,"$%^hgkjjhoi")
vb="".join(hl)
print(vb)
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