Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

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.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
python
Domain
cli

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.

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]

Dominant language
Python
Stars
35.4k
Forks
12.9k
Avg merge
2h 37m
Merged PRs (30d)
1

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.

More from geekcomputers/Python

All issues in geekcomputers/Python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.