Commit de410a17 by BellCodeEditor

save project

parent c3fa5649
Showing with 8 additions and 7 deletions
length=len(message) message = "sssssssssssbbbbbbbbbbbbb"
i=0 key_message=""
while i < length: for i in message:
element = message[i] str1=i
print(message) str2=random.choice(key)
i +=1 str3=random.choice(key)
\ No newline at end of file text=str1+str2+str3
\ 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