Commit 0a476f8c by BellCodeEditor

save project

parent 1c007a80
Pipeline #264 failed in 0 seconds
Showing with 8 additions and 4 deletions
import random
xulie=""
list="12345"
lie="12345"
message="aghohwohwbowgovswo"
for i in list:
noise="这是干扰"
for i in lie:
a=i
x=random.choice(message)
y=random.choice(message)
z=a+x+y
xulie=xulie+z
print(xulie)
\ No newline at end of file
list_xulie=list(xulie)
list_xulie.insert(3,noise)
zd_list_xulie="".join(list_xulie)
print(zd_list_xulie)
\ 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