Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(curriculum): multiplication table generator lab prototype #718

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ihechikara
Copy link
Member

Checklist:

Closes #692

@ihechikara ihechikara added full stack cert lab This work is for the labs team only python labels Mar 18, 2025
Comment on lines +5 to +7
- Use a loop to iterate through numbers from `1` to `limit`.
- Print each multiplication result in the format `n × i = result`.
- Print the multiplication table being generated.
Copy link
Member

@zairahira zairahira Mar 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Use a loop to iterate through numbers from `1` to `limit`.
- Print each multiplication result in the format `n × i = result`.
- Print the multiplication table being generated.
- Print the multiplication table being generated. For example, when user enters `5`, the following should be printed to the console: `Multiplication Table for 5:`
- Use a loop to iterate through numbers from `1` to `limit`.
- Print each multiplication result in the format `n × i = result`.

@ilenia-magoni
Copy link
Contributor

this seems a bit semplicistic, also it uses a loop but not much sequences

@Dario-DC
Copy link
Contributor

Dario-DC commented Apr 8, 2025

Hey @ihechikara I agree with Ilenia, we should come up with a different idea for this lab.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting update full stack cert lab This work is for the labs team only python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a prototype for Loops and Sequences Lab
5 participants