Commit 47255259 by BellCodeEditor

save project

parent 52f0aeff
Showing with 7 additions and 3 deletions
......@@ -11,4 +11,5 @@ for i in message:
str2=random choice(key)
str3=random choice(key)
text=str1+str2+str3
print(text)
\ No newline at end of file
print(text)
\ No newline at end of file
import random
a = "refgctfyf5nerjyk54luhuhjgkmng vknmjm b,mg"
b = list(a)
b.insert(6,"二次复核看哪场大约欧凡广播")
b.insert(random,randint(0,len(a)),"二次复核看哪场大约欧凡广播")
print("|".join(b))
\ 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