Commit 20bfaa3b by BellCodeEditor

save project

parent e3160ea5
Showing with 13 additions and 0 deletions
import random
a=("在多一眼看一眼就会爆炸,最近一点靠近点就快被融化!")
b=("!@#$^)(*&^%$#@!~!@#$%^&*()(*&^%$#@!!@#$%^&*()))")
# b=("第一次呀变成这样的我~不管我怎么去否认,鸡你太美!")
c=""
for i in a:
j=i
n=random.choice(b)
t=random.choice(b)
m=j+n+t
c=c+m
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