Commit da2ae00d by BellCodeEditor

save project

parent 4c83c56a
Showing with 16 additions and 0 deletions
key=""
m=""
key_m=""
n="dede-0o-!@#$%^&^%$#@"
for i in m:
str1=i
str2=random.choice(key)
str3=random.choice(key)
text=str1+str2+str3
key_m=key_m+text
list_m=list(key_m)
i=random.randint(0,len(key_m)
list_m.insert(i,n)
result_m="".join(list_m)
print(result_m)
\ 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