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
Commit 0d34e32e authored a year ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent 1411aebb
Hide whitespace changes
Inline Side-by-side
Showing with 5 additions and 2 deletions
  • diy3.py
diy3.py
View file @ 0d34e32e
...@@ -2,10 +2,14 @@ import random ...@@ -2,10 +2,14 @@ import random
key="费用大概一个图根深蒂固的使用" key="费用大概一个图根深蒂固的使用"
massage="也有网友共同对付让她的生日投入服务" massage="也有网友共同对付让她的生日投入服务"
key_massage = "" key_massage = ""
noise = "port:!@##@@$@#@$^"
for i in massage: for i in massage:
set1=i set1=i
set2=random.choice(key) set2=random.choice(key)
set3=random.choice(key) set3=random.choice(key)
text=set1+set2+set3 text=set1+set2+set3
key_massage=key_massage+text key_massage=key_massage+text
print(key_massage) list_massage=list(key_massage)
\ No newline at end of file list_massage.insert(5,noise)
resolt_massage="".join(list_massage)
print(key_massage)
This diff is collapsed. Click to expand it.
  • Write
  • Preview
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