Commit 94947960 by BellCodeEditor

auto save

parent 6d712a0f
Showing with 36 additions and 0 deletions
import random
message="色图共和国哦IE收入结构人机颇有景观设"
key="abc234"
newmessage="疏肝健脾"
for i in message:
range(len(message)):
a=[i]
b=random.choice(key)
c=random.choice(key)
text=a+b+c
newmessage+text
message+=text
message1=list(newmessage)
message1=insert()
random.randint(0,len())
message2="".join()
print(message2)
\ No newline at end of file
# import random
# message="色图共和国哦IE收入结构人机颇有景观设"
# key="abc234"
# newmessage="疏肝健脾"
# for i in message:
# a=i
# b=random.choice(key)
# c=random.choice(key)
# text=a+b+c
# newmessage+=text
# message1=list(newmessage)
# message1.insert(random.randint(0,len(message1)),12563756201)
# message2="".join(message1)
# print(message2)
\ No newline at end of file
name="贝尔编程"
name=list(name)
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