Commit 18f0e9dc by BellCodeEditor

save project

parent beba12c2
Showing with 7 additions and 7 deletions
...@@ -9,11 +9,11 @@ message = "诺依,周末一起去看动漫展吧!" ...@@ -9,11 +9,11 @@ message = "诺依,周末一起去看动漫展吧!"
a=list(message) a=list(message)
a.insert(5,"port:@#$%^&") a.insert(5,"port:@#$%^&")
b="".join(a) b="".join(a)
print(a) print(b)
for i in message: # for i in message:
str1=i # str1=i
str2=random.choice(key) # str2=random.choice(key)
str3=random.choice(key) # str3=random.choice(key)
text = str1+str2 # text = str1+str2
print(text) # print(text)
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