selfteaching / selfteaching/selfteaching-python-camp
Day04 使用while循环打印九九乘法表时,如果输出的结果出现每行“尾首”紧挨在一起,请留意代码中是否缺少制表符
Open
Nobody has claimed this yet.
学习心得分享
- Dominant language
- Python
- Stars
- 151
- Forks
- 875
- PR merge metrics
- No merged PRs in 30d
Description
我在使用while循环打印九九乘法表时,输出的结果出现每行“尾首”紧挨在一起,于是,我在钉钉群里求助,宋旭颖同学告知我,需要在所写代码中添加制表符(“\t”),于是,我在所写代码中添加了制表符,最终问题得到顺利解决。
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
No file or test is named. Start with the Day04 while-loop multiplication-table exercise and reproduce the reported output; inspect where each result is printed and verify that completed rows are separated after the tab formatting is applied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100