Commit ce841580 by BellCodeEditor

save project

parent 09790d66
Pipeline #3159 failed in 0 seconds
Showing with 6 additions and 1 deletions
......@@ -8,7 +8,12 @@ for i in message:
str3=random.choice(key)
test=str1+str2+str3
key_message=key_message+test
print(key_message)
a="hfuhiuhwqufusaufiuhfiuhfsaufhuwauhu"
b=list(key_message)
b.insert(2,a)
c="".join(b)
print(c)
......
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