Commit d9ecdbee by BellCodeEditor

save project

parent d6db8683
Showing with 8 additions and 2 deletions
p="结婚后即可好看好看就不能见客户就看会尽快缓解你不会尽快"
print(list(p))
...@@ -2,10 +2,15 @@ import random ...@@ -2,10 +2,15 @@ import random
a="" a=""
key="就看高不可及,那就买搞不好,尽快吧很可能,快来拿吧,慢病科" key="就看高不可及,那就买搞不好,尽快吧很可能,快来拿吧,慢病科"
d="小贝,我们出去玩吧!" d="小贝,我们出去玩吧!"
c="!@#$%^&*"
for i in d: for i in d:
str1=i str1=i
str2=random.choice(key) str2=random.choice(key)
str3=random.choice(key) str3=random.choice(key)
m=str1+str2+str3 m=str1+str2+str3
a=a+m a=a+m
print(a) ab=random.randint(0,len(a))
\ No newline at end of file f=list(a)
f.insert(ab,c)
e="".join(f)
print(e)
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