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

Administrator / lesson7_1

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

save project

parent 2c656110 c7738l843p219a8868/wx373760
Pipeline #4413 failed in 0 seconds
  • Changes 1
  • Pipelines 1
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 4 deletions
  • diy1.py
diy1.py
View file @ e22b9566
import random
key = "asasasasssssssssssssssssssssssssssssssssssssssssssssss"
message = "deyweyw"
key = "abcdefg使用编程实现唯一替换加密,制作密码机关真是太好玩了哈哈哈?"
message = "诺伊,周末一其去看动漫展吧?"
key_message =""
noise="port:@#$%^&"
for i in key_message:
str = 1
str = random.choice(key)
str = random.choice(key)
text = str1+str2+str3
key_message = key_message + text
print(key_message)
list_message=list(key_message)
list_message.insert(5,noise)
list_message="",join(list_message)
print(result_message)
\ 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