Commit ee44c3af by BellCodeEditor

save project

parent 69afc177
Showing with 6 additions and 10 deletions
print(key_message)
message1 = list(key_message)
message1 = insert(random.randint(0,len(message1)),'$^^$%^$#@$%^&*')
message2 = "".join(message1)
print(message2)
a = ['华雄'] print(key_message)
a = ['华雄'] print(key_message)
c = ['文丑','颜良'] message1 = list(key_message)
a.extend(c) message1 = insert(random.randint(0,len(message1)),'$^^$%^$#@$%^&*')
print(a) message2 = "".join(message1)
print(message2)
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