geekcomputers / geekcomputers/Python
A program that can write any multiplication table within seconds
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 35.4k
- Forks
- 12.9k
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 1
Description
enter a number :- 7654
7654 x 1 = 7654
7654 x 2 = 15308
7654 x 3 = 22962
7654 x 4 = 30616
7654 x 5 = 38270
7654 x 6 = 45924
7654 x 7 = 53578
7654 x 8 = 61232
7654 x 9 = 68886
7654 x 10 = 76540
[Program finished]
Contributor guide
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 only sample input and output; no file, test, or entry point is named. Start by locating the repository's existing Python examples and checking how similar programs accept input. Done means adding the multiplication-table example in the appropriate location and verifying that it produces the shown results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100