Commit 3229c697 by BellCodeEditor

save project

parent e22fc75b
Showing with 3 additions and 2 deletions
...@@ -10,7 +10,7 @@ for i in am: ...@@ -10,7 +10,7 @@ for i in am:
str3=random.choice(key) str3=random.choice(key)
toxt=str1+str2+str3 toxt=str1+str2+str3
toxt1=key+toxt toxt1=key+toxt
list_toxt1=list(toxt) list_toxt1=list(toxt1)
list_toxt1.iner(random.randint(0,len(list_toxt1)-1),key2) list_toxt1.insert(random.randint(0,len(list_toxt1)-1),key2)
toxt1="".join(list_toxt1) toxt1="".join(list_toxt1)
print(toxt1) print(toxt1)
\ 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