Commit 1c4d5c73 by BellCodeEditor

save project

parent 738e6028
Pipeline #2073 failed in 0 seconds
Showing with 8 additions and 1 deletions
......@@ -2,11 +2,17 @@ import random
sds="更"
dds="终端码:UEOSD。装甲车5上。隔10分察"
bbb=''
sds_dds=" "
noise="jyjgz"
for i in dds :
str1=i
str2=random.choice(sds)
str3=random.choice(sds)
kuz=str1+str2+str3
bbb = bbb + kuz
list_bbb=list(dds_sds)
list_bbb.insert(5,noise)
result_bbb=" ".join(list_bbb)
print()
print(bbb)
\ 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