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
Switch branch/tag
  • lesson7_3
  • 1.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    auto save · ddd1bd1b
    BellCodeEditor committed 2 years ago
    ddd1bd1b
1.py 109 Bytes
1 2 3 4
import random
key="cnm三天之内杀了你,把你骨灰都给你杨了"
str=random.choice(key)
print(str)