Commit 2d7fb326 by BellCodeEditor

save project

parent 38a11165
Showing with 8 additions and 3 deletions
import random import random
a='厉不厉害你坤哥' a=input("????")
b='你干嘛,哈哈呦' b='你干嘛,哈哈呦'
c='' c=''
d="@$%^&*&"
for i in a: for i in a:
str1=i str1=i
str2=random.choice(b) str2=random.choice(b)
str3=random.choice(b) str3=random.choice(b)
text=str1+str2+str3 text=str1+str2+str3
c=c+text c=c+text
print(c) x=list(c)
\ No newline at end of file x.insert(random.randint(0,len(c),d)
y=''.join(x)
print(y)
\ 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