Commit 4b119f59 by BellCodeEditor

save project

parent 6b64b8a2
Showing with 3 additions and 1 deletions
...@@ -12,6 +12,7 @@ for i in range(len(message)): ...@@ -12,6 +12,7 @@ for i in range(len(message)):
str3=random.choice(key) str3=random.choice(key)
baocuen=baocuen+str1+str2+str3 baocuen=baocuen+str1+str2+str3
baocuen=list(baocuen) baocuen=list(baocuen)
baocuen.insert(5,ganrao) charu=random.randint(0,len(baocuen))
baocuen.insert(charu,ganrao)
baocuen=" ".join(baocuen) baocuen=" ".join(baocuen)
print(baocuen) print(baocuen)
\ 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