Commit 2e0671f9 by BellCodeEditor

save project

parent 1099feab
Pipeline #5916 failed in 0 seconds
Showing with 9 additions and 11 deletions
import random
a="诺伊,周末一起去看漫展吧"
b="mdsgaliwuhgbjzlsiegoqwign"
for i in a:
c=i
d=random.choice(b)
e=random.choice(b)
f=c+d+e
m=f
print(m)
\ No newline at end of file
a=",麻烦家族八吗"
b=list(a)
print(b)
c="的世界杯v户口指标v"
b.insert(3,c)
print(b)
d="".join(b)
print(type(d))
\ 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