Commit b39d2634 by BellCodeEditor

save project

parent 38c94b4e
Pipeline #5967 failed in 0 seconds
Showing with 3 additions and 2 deletions
...@@ -10,6 +10,7 @@ for i in sb: ...@@ -10,6 +10,7 @@ for i in sb:
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=list(key_sb)
list_sb.insert(5,noise) index=random.randint(0,len(key_sb))
list_sb.insert(index,noise)
result_sb="".join(list_sb) result_sb="".join(list_sb)
print(key_sb) print(result_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