Commit 95271755 by BellCodeEditor

save project

parent adf565d7
Showing with 12 additions and 4 deletions
message="诺伊,周末一起去奥利给!" import random
key = "如果如果不管不顾"
message = "南瓜"
for i in message: for i in message:
print(i) str1 = i
for i in range(10): str2 = random.choice(key)
print(message[i]) str3 = random.choice(key)
text = str1+str2+str3
print(i)
\ 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