Commit 2ad01b2b by BellCodeEditor

save project

parent a03a269f
Showing with 3 additions and 1 deletions
......@@ -9,6 +9,7 @@ for i in message:
text=str1+str2+str3
cfg=cfg+text
cfg1=list(cfg)
cfg1.insert(4,"hbkjb")
index=random.randint(0,len(cfg))
cfg1.insert(index,"hbkjb")
cfg2="".join(cfg1)
print(cfg2)
\ 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