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

bellcode / lesson3-1-1_DIY1

  • 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
  • lesson3-1-1_DIY1
  • diy1.py
Find file
BlameHistoryPermalink
  • BellCodeEditor's avatar
    save project · bf718ad2
    BellCodeEditor committed a year ago
    bf718ad2
diy1.py 182 Bytes
1 2 3 4 5 6 7 8 9 10
b1="刘备"
b2="关羽"
b3="张飞"
bs=["刘备","关羽","张飞"]
b1=["刘备",161,9.1]
b2=["关羽",160,8.5]
b3=["张飞",166,8.3]
bs[0]="关羽"
bs[1]="刘备"
print(bs)