Commit 8b2085fd by BellCodeEditor

save project

parent e2e15593
Showing with 5 additions and 1 deletions
......@@ -9,6 +9,10 @@ for i in message:
strrall=str+str1+str2
p=p+strrall
print(p)
s=list(p)
k="dryjuikythfhu"
s.insert(5,k)
h="".join(s)
print(h)
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