selfteaching / selfteaching/selfteaching-python-camp

Day04 使用while循环打印九九乘法表时,如果输出的结果出现每行“尾首”紧挨在一起,请留意代码中是否缺少制表符

Open
#922 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.