#๐Ÿ”’ Mult. Table in a Grid layout assistance

11 messages ยท Page 1 of 1 (latest)

honest egretBOT
#

@severe widget

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

celest jolt
#

What do you mean?

#

Do you mean you want to format it like

#

instead of how you have it now?

#

@severe widget

severe widget
#

Something like this:

#

@celest jolt

#

Current output is this yet I cant figure out a way to actually make it correctly go something like:

1 * 1 = 1
1 * 2 = 2
1 * 3 = 3
1 * 4 = 4
1 * 5 = 5
1 * 6 = 6
1 * 7 = 7
1 * 8 = 8
1 * 9 = 9
1 * 10 = 10
1 * 11 = 11
1 * 12 = 12

But replacing the left 1's with 2,3,4,5 etc for the other ones without ruining the grid or so

honest egretBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.

#

๐Ÿ”’ Mult. Table in a Grid layout assistance