geekcomputers / geekcomputers/Python

A program that can write any multiplication table within seconds

Open
#2,894 3 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.