Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Administrator / lesson7_3

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • lesson7_3
  • wwwwwww.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · a79d2137
    BellCodeEditor committed a year ago
    a79d2137
wwwwwww.py 519 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

import random
key="费用大概一个图根深蒂固的使用"
massage="也有网友共同对付让她的生日投入服务"
key_massage = ""
noise = "port:!@##@@$@#@$^"
for i in massage:
    str1=i
    str2=random.choice(key)
    str3=random.choice(key)
    str4=random.choice(key)
    text=str1+str2+str3+str4
    key_massage=key_massage+text
list_massage=list(key_massage)
index=random=list(key_massage)
list_massage.insert(index,noise)
resolt_massage="".join(list_massage)
print(key_massage)