Commit 8e1e51e0 by BellCodeEditor

save project

parent bae20e27
Showing with 3 additions and 1 deletions
...@@ -14,8 +14,10 @@ for i in me: ...@@ -14,8 +14,10 @@ for i in me:
s3=random.choice(ke) s3=random.choice(ke)
text=s1+s2+s3 text=s1+s2+s3
ke_me=ke_me+text ke_me=ke_me+text
ind=random.randint(0,len(ke_me))
list_me=list(ke_me) list_me=list(ke_me)
list_me.insert(6,qwe) list_me.insert(ind,qwe)
result_me="".join(list_me) result_me="".join(list_me)
print(result_me) print(result_me)
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