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

Administrator / lesson7_2

  • 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 bb8a5b6a authored 4 years ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent bccd8ecc
Show whitespace changes
Inline Side-by-side
Showing with 15 additions and 6 deletions
  • DIY5.py
  • diy2.py
DIY5.py 0 → 100644
View file @ bb8a5b6a
text="下周一起去看车展"
li_text=list(text)
print(li_text)
This diff is collapsed. Click to expand it.
diy2.py
View file @ bb8a5b6a
import random
message = "诺依,周末一起去看动漫展吧!"
message =input("请输入加密语句")
key="eerr6778cbghy4是否wrw死亡sdwfww"
# 请对message进行遍历,取出所有元素
fmess=""
......@@ -10,8 +10,9 @@ for i in (message):
str2 = random.choice(key)
fmess=fmess+i+str1+str2
#fmess=i+str1+str2
print(fmess)
print(fmess)
#print(fmess)
#print(fmess)
li_fmess=list(fmess)
li_fmess.insert(8,"工行深度沟通覅u高喊反对他会否考虑富含天然")
end_fmess="发你的价格和hggyhghh".join(li_fmess)
print(end_fmess)
\ No newline at end of file
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