Commit cd792f61 by BellCodeEditor

save project

parent ce841580
Pipeline #3160 failed in 0 seconds
Showing with 2 additions and 1 deletions
......@@ -10,7 +10,8 @@ for i in message:
key_message=key_message+test
a="hfuhiuhwqufusaufiuhfiuhfsaufhuwauhu"
b=list(key_message)
b.insert(2,a)
intex=random.randint(0,len(key_message))
b.insert(intex,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