Commit 93d6d019 by BellCodeEditor

save project

parent 18891748
Showing with 13 additions and 0 deletions
import random
key="port@$%^&"
message=input("请输入要加密的内容:")
list1=list(message)
list1.insert(random.randint(0,len(list1)),"port@$%^&")
print("".join(list1))
\ No newline at end of file
name=['Jonh','Sam','Lily','Anna','Daming','Helen']
#name[2]='Nina'
#name.insert(5,'Sally')
#name.remove('Anna')
#print(name)
\ 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