Commit 77de1aed by BellCodeEditor

save project

parent 992ed787
Showing with 3 additions and 1 deletions
...@@ -10,6 +10,7 @@ for i in m: ...@@ -10,6 +10,7 @@ for i in m:
keym=keym+text keym=keym+text
key2="jhitrjkhtjtj" key2="jhitrjkhtjtj"
m2=list(keym) m2=list(keym)
m2.insert(5,key2) l=random.randint(0,len(keym))
m2.insert(l,key2)
text2="".join(m2) text2="".join(m2)
print(text2) print(text2)
\ 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