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

save project

parent 506357b3
Show whitespace changes
Inline Side-by-side
Showing with 12 additions and 7 deletions
  • jko.py
jko.py
View file @ 33e36747
import random
key="农林哪里哪里呢家妇女解放看"
message = "诺依,周末一起去看动漫展吧!"
i=0
length=len(message)
while i<length:
e=message[i]
print(e)
i=i+1
\ No newline at end of file
message1=""
for i in message:
se1=i
se2=random.choice(key)
se3=random.choice(key)
text=se1+se2+se3
message1=message1+text
print(message1)
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