Commit d8862ea5 by BellCodeEditor

save project

parent fec0e3ce
Showing with 4 additions and 4 deletions
c3 = '' c3 = ''
import random import random
a = input() a = input('请输入要发送的内容:')
b = 'abcdefghijklmnopqrstuvwxyz你还是仓库的,/。‘’【、、】【·【、}》:“》?|》?《》~返回大aadffghjjnHSKWNIHhGHghFhFhfJDjDDJYvVy UrT陆那个咯,./.;\-=_+|~额我才能成本难度较大差别那边vNBC v你的v吧你吃吧v你吃吧v领导那边v改变你吃吧v女兵不能吃v辜负了女兵女款不过不是说v你还敢释放了女,.;]=-`=][,/./,<>?":}|_++~`' b = 'abcdefghijklmnopqrstuvwxyz你还是仓库的,/。‘’【、、】【·【、}》:“》?|》?《》~返回大aadffghjjnHSKWNIHhGHghFhFhfJDjDDJYvVy UrT陆那个咯,./.;\-=_+|~额我才能成本难度较大差别那边vNBC v你的v吧你吃吧v你吃吧v领导那边v改变你吃吧v女兵不能吃v辜负了女兵女款不过不是说v你还敢释放了女,.;]=-`=][,/./,<>?":}|_++~`'
s = input() s = input('请输入扰乱码:')
for i in a: for i in a:
c1 = random.choice(b) c1 = random.choice(b)
c2 = random.choice(b) c2 = random.choice(b)
c3 += i + c1 + c2 c3 += i + c1 + c2
c3 = list(c3) c3 = list(c3)
c3 = c3.insert(random.randint(0,len(c3)),s) c3.insert(random.randint(0,len(c3)),s)
print(c3)
c3 = "".join(c3) c3 = "".join(c3)
print(c3) print(c3)
\ 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