Commit 8ca0e22f by BellCodeEditor

save project

parent af943bd6
Showing with 17 additions and 0 deletions
import random
ff=""
ms="这是一个十分地难的密钥"
jkl="诺依,周末一起去玩?"
for i in jkl:
str0=i
str1=random.choice(ms)
str2=random.choice(ms)
strh=str0+str1+str2
ff+=strh
print(ff)
import random
sss="好wan"
sst=random.choices(sss)
print(sst)
\ 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