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

Administrator / lesson7_7

  • 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
Switch branch/tag
  • lesson7_7
  • shenyulan.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 7be60783
    BellCodeEditor committed 3 years ago
    7be60783
shenyulan.py 353 Bytes
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

iimport random
key="jfIE如同俄日j诶发,,,,掘出口岸是德国埃诶共"
hh="去奥体打球"
qwe=''
for i in hh:
    s0=i
    s1=random.choice(key)
    s2=random.choice(key)
    qwe=qwe+s0+s1+s2
    
li_qwe=list(qwe)
dd="isjfowe%^*&(**$%#&)"
k=random.randint(0,len(qwe))
li_qwe.insert(k,dd)
ss=''.join(li_qwe)
print(ss)