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

Administrator / lesson7_6

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

save project

parent eb62c894
Show whitespace changes
Inline Side-by-side
Showing with 6 additions and 6 deletions
  • diy4.py
diy4.py
View file @ 04c0287a
...@@ -14,8 +14,8 @@ for i in range(len(message)): ...@@ -14,8 +14,8 @@ for i in range(len(message)):
d=a+b+c d=a+b+c
key_message=key_message+d key_message=key_message+d
print(key_message) print(key_message)
b=list(key_message) y=list(key_message)
s.insert.random.randint(0,len(key_message)) s=random.randint(0,len(key_message))
b.insert(s,a) y.insert(s,a)
c=''.join(b) z=''.join(b)
print(c) print(z)
\ No newline at end of file \ 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