Commit a28117bc by BellCodeEditor

save project

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