Commit 8f3c530a by BellCodeEditor

save project

parent d883d72d
Showing with 2 additions and 1 deletions
...@@ -12,6 +12,6 @@ for i in message: ...@@ -12,6 +12,6 @@ for i in message:
sb=str1+str2+str3 sb=str1+str2+str3
sb1 = sb1+sb sb1 = sb1+sb
sb3 = list(sb1) sb3 = list(sb1)
sb3.insert(5,sb2) sb3.insert(random.randint(1,len(sb2)),sb2)
sb4 = "".join(sb3) sb4 = "".join(sb3)
print(sb4) print(sb4)
\ 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