Commit 2fa866a2 by BellCodeEditor

save project

parent ccb5c5f4
Pipeline #8259 failed in 0 seconds
for i in range(8000):
import random
key = "信息加密好酷啊!"
str = random.choice(key)
print(str)
\ No newline at end of file
for i in range(1000001): for i in range(200001):
print(i) print(i)
#q = "诺依,周末一起去看动漫展吧!" #q = "诺依,周末一起去看动漫展吧!"
#for i in q: #for i in q:
......
import random
a = "ksbaucklwxe卡机偶尔-枯竭凑丢?就哦’哦金/额哦欸!哦。947598698560969!@#$%^&*(_+"
b = "流浪地球,太空电梯,木星危机。"
c = ""
for i in b:
str1 = i
str2 = random.choice(a)
str3 = random.choice(a)
text = str1+str2+str3
c += text
p = "01001010._... .._."
lc = list(c)
ix = random.randint(0,len(c))
lc.insert(ix,p)
rm = "".join(lc)
print(rm)
\ 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