Commit ab11a238 by BellCodeEditor

save project

parent 550aaac9
Showing with 10 additions and 4 deletions
import random
message = "诺依,周末一起去看动漫展吧!" message = "诺依,周末一起去看动漫展吧!"
key = " jxvhjfdxvjvfdjvhdsfhdjhfvfhfhdhfjfufhfughriuftyrSyuggyuguhjoijFTFDUGYTDTTY^TRR^%E^&*%764756%&^%&FGYT*%&^5*&%&^5*67%78^^t^*66*&65UyTyR&TRRYTryttfYTftf5RTr%^%^7^%&……%……%5……T%fFr^f&^&^ft发……G&GtF&YF76发"
str4 = ""
# 请对message进行遍历,取出所有元素 # 请对message进行遍历,取出所有元素
for i in range(10): for i in message:
print(i) str1 = random.choice(key)
\ No newline at end of file str2 = random.choice(key)
str3 = i + str1 + str2
str4 = str4 + str3
print(str4)
\ 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