Commit 394aa503 by BellCodeEditor

auto save

parent 1a8a9d88
Showing with 4 additions and 3 deletions
#加
import random import random
key="u哦计划v财富" key="u哦计划v财富"
wo="我明天抢银行,一起啊!" wo="我明天抢银行,一起啊!"
...@@ -8,7 +8,7 @@ for i in wo: ...@@ -8,7 +8,7 @@ for i in wo:
s1=i s1=i
s2=random.choice(key) s2=random.choice(key)
s3=random.choice(key) s3=random.choice(key)
b=s1+s2+s3 p=s1+s2+s3
e=e+b e=e+p
print(e) print(e)
\ 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