Commit f94d9321 by BellCodeEditor

save project

parent d223b699
Showing with 14 additions and 0 deletions
import random
a1= "ikun不住"
b1= "干嘛哈哈哎哟"
a1_b1=""
for i in range(len(b1)):
a=b1[i]
b=random.choice(a1)
c=random.choice(a1)
d=a+b+c
a1_b1=a1_b1+d
c=list(a1_b1)
c.extend("shajkf!!")
print(c)
\ 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