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

save project

parent c5d34269 c192054l843p219a8870/wx978646
Show whitespace changes
Inline Side-by-side
Showing with 4 additions and 3 deletions
  • and.py
and.py
View file @ dc6bff3a
......@@ -2,9 +2,9 @@ import random
key = "sdadfaksldk打基础 附件覅IC发!"
massage="诺依,今天一起出去玩!"
for i in massage:
trr1=i
trr2=random.choice(key)
trr3=random.choice(key)
str1=i
str2=random.choice(key)
str3=random.choice(key)
text = str1+str2+str3
text2= text2+text
print(text2)
\ 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