Commit eaa12a10 by BellCodeEditor

save project

parent 3ab2232a
Showing with 2 additions and 3 deletions
......@@ -14,8 +14,8 @@ for i in message:
a=a+str+str2+str3
noise = "fjalsjflasjf"
a = list(a)
a.insert(6,noise)
num = random.randint( 0 , len( a ) )
a.insert(num,noise)
a = "".join(a)
print(a)
a=list(a)
random.choice(keymessage)
\ 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