Commit 38c94b4e by BellCodeEditor

save project

parent 8854c1df
Pipeline #5965 failed in 0 seconds
Showing with 4 additions and 0 deletions
...@@ -2,10 +2,14 @@ import random ...@@ -2,10 +2,14 @@ import random
key="dbhcdbhbdbdsbdbvdhbvdbv/////?" key="dbhcdbhbdbdsbdbvdhbvdbv/////?"
sb="gefgfdsb" sb="gefgfdsb"
key_sb="" key_sb=""
noise=",.=-(*)&^¥#@!"
for i in sb: for i in sb:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
key_sb=key_sb+text key_sb=key_sb+text
list_sb=list(key_sb)
list_sb.insert(5,noise)
result_sb="".join(list_sb)
print(key_sb) print(key_sb)
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