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

Administrator / pygame_lesson5_diy3

  • 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
  • pygame_lesson5_diy3
  • a.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · 2ca72f30
    BellCodeEditor committed a year ago
    2ca72f30
a.py 88 Bytes
1 2 3 4 5
k=('a','b','1c','HO','j','u','k')
a=('q','w','e','r')

print(min(k))
print(max(a))