Commit 310dd7c6 by BellCodeEditor

save project

parent 2cefa433
Showing with 3 additions and 2 deletions
...@@ -14,7 +14,8 @@ for i in message: ...@@ -14,7 +14,8 @@ for i in message:
str4=str1+str2+str3 str4=str1+str2+str3
str5=str5+str4 str5=str5+str4
str6=list(str5) str6=list(str5)
message=random.randint(0,len(i)) st=random.randint(0,len(str5))
str6.insert(8,f) str6.insert(st,f)
str7="".join(str6) str7="".join(str6)
print(str7) print(str7)
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