Commit eadf9558 by BellCodeEditor

save project

parent 118654a7
Showing with 11 additions and 2 deletions
...@@ -12,4 +12,13 @@ for i in message: ...@@ -12,4 +12,13 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str+str2+str3 text=str+str2+str3
a=a+text a=a+text
print(a) print(a)
\ No newline at end of file noise="hjsdkdhgdak"
for i in message:
str=i
str2=random.choice(key)
str3=random.choice(key)
text=str+str2+str3
a=a+text
list_a=list(a)
index=random
\ 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