Commit 910e2abe by BellCodeEditor

save project

parent e3160ea5
Showing with 13 additions and 0 deletions
import random
key="port@$%^&"
message="诺依,周末一起去看漫展吧!"
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