jackfrued / jackfrued/Python-100-Days
Day9 扑克牌游戏 player.arrange(get_key) 这句话的执行过程是怎样的,有点儿看不懂了。在一个player的循环里,get_key被调用了13次,而arrange被调用了1次。为什么get_key会被调用13次呢
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
This issue has no description.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Day 9 card-game lesson and trace the player loop containing player.arrange(get_key). Check how get_key is passed and invoked, then explain why it runs 13 times while arrange runs once; done means adding a clear explanation to the relevant lesson or issue discussion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100