Commit d9486812 by BellCodeEditor

save project

parent fe0396a4
Pipeline #10149 failed in 0 seconds
Showing with 2 additions and 1 deletions
...@@ -2,7 +2,8 @@ import random ...@@ -2,7 +2,8 @@ import random
hua="nigegou" hua="nigegou"
luanma="woxianghuijiashuidajiao,wbuxiangzhaizhwan,zhewhaijianao" luanma="woxianghuijiashuidajiao,wbuxiangzhaizhwan,zhewhaijianao"
b=list(luanma) b=list(luanma)
b.insert(3,"/////////////") c=random.randint(0,len(b))
b.insert(c,"/////////////")
x="".join(b) x="".join(b)
y="" y=""
for i in hua: for i in hua:
......
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