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

save project

parent 6cf2528c
Pipeline #6362 failed in 0 seconds
  • Changes 1
  • Pipelines 1
Hide whitespace changes
Inline Side-by-side
Showing with 6 additions and 2 deletions
  • diy1.py
diy1.py
View file @ 2314a82c
...@@ -2,10 +2,14 @@ import random ...@@ -2,10 +2,14 @@ import random
a = '54088' a = '54088'
b = 'afjgy互易题预估福日感觉液体,。、;‘【怕【】=-冷uuu123rr' b = 'afjgy互易题预估福日感觉液体,。、;‘【怕【】=-冷uuu123rr'
c ='' c =''
d = '!@#$%^&*'
for i in a: for i in a:
str1 = i str1 = i
str2 = random.choice(b) str2 = random.choice(b)
str3 = random.choice(b) str3 = random.choice(b)
text = str1+str2+str3 text = str1+str2+str3
c = c + text c = c + text
print(c) c1 = list(c)
\ No newline at end of file c1.insert(5,d)
c2 = ''.join(c1)
print(c2)
\ 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