Commit a28117bc by BellCodeEditor

save project

parent aca1d16c
Showing with 2 additions and 1 deletions
...@@ -15,6 +15,7 @@ for i in message: ...@@ -15,6 +15,7 @@ for i in message:
print(str4) print(str4)
str5=list(str4) str5=list(str4)
str6="khgfrjibvehgijrehgerjghjkhve4fgbvergehferuifg4j" str6="khgfrjibvehgijrehgerjghjkhve4fgbvergehferuifg4j"
str5.insert(4,str6) index=random.randint(0,len(str5))
str5.insert(index,str6)
str5="".join(str5) str5="".join(str5)
print(str5) print(str5)
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