jackfrued / jackfrued/Python-100-Days
打印各种三角形里第一个直角三角形是不是可以换成这样
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 187k
- Forks
- 55.8k
- PR merge metrics
- No merged PRs in 30d
Description
打印各种三角形
row = int(input())
for i in range (1,row+1):
print('*'*i)
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
The issue provides a Python snippet for printing rows of a triangle but names no file or test. Locate the first right-triangle example in the tutorial content, compare its current implementation with the proposed snippet, and verify that the example still produces the intended output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100