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

Administrator / pygame_lesson10_diy4

  • 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 9258afd7 authored 11 months ago by BellCodeEditor's avatar BellCodeEditor
Browse files
Options
  • Browse Files
  • Download
  • Email Patches
  • Plain Diff

save project

parent a548fb3f
Show whitespace changes
Inline Side-by-side
Showing with 9 additions and 0 deletions
  • fds.py
fds.py 0 → 100644
View file @ 9258afd7
a={'香蕉':23,'苹果':38,'榴莲':200,'外星果':9999}
b={'香蕉':27,'苹果':68,'榴莲':700,'外星果':9993}
c={'香蕉':13,'苹果':43,'榴莲':245,'外星果':8777}
d={'香蕉':87,'苹果':30,'榴莲':190,'外星果':10000}
abcd={'王大妈':a,'狗二蛋':b,'刘阿姨':c,'赵老头':d}
m=abcd['王大妈']
for k,v in m.items():
print(k,v)
\ 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