Commit c3103a62 by BellCodeEditor

save project

parent 66b8a559
Showing with 7 additions and 3 deletions
import random import random
message="Behind you,I always be there." message="Behind you,I always be there."
key="Ronan,x64vy how xr5t hahahahahahaha are xfcc you '.'.lb these vgiu month?" key="Ronan,x64vy how xr5t 你个朵拉 ar你看什么e x你眼睛治好了?fcc you '.'.lb these vgiu month?"
s="" s=""
for i in message: for i in message:
#print(i) #print(i)
...@@ -9,4 +9,8 @@ for i in message: ...@@ -9,4 +9,8 @@ for i in message:
str3=random.choice(key) str3=random.choice(key)
text=str1+str2+str3 text=str1+str2+str3
s+=text s+=text
print(s) x=list(s)
\ No newline at end of file z="@#$*%#**_(*+)&^V^"
x.insert(6,z)
y="".join(x)
print(y)
\ 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