Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Multiplication Table number margins
Post: RE: Multiplication Table number margins

Is there a way to do it using nested for loops? for i in range (1, 13): for j in range(1, 13): c = (i*j) Multi_table.append©
CJ707 General Coding Help 4 2,453 Sep-18-2019, 02:16 PM
    Thread: Multiplication Table number margins
Post: RE: Multiplication Table number margins

Yes, but I'm needing to add one new row on top and a new column on the left of the table with an X in the upper left corner. X 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 6 7 8 9 10 11 12
CJ707 General Coding Help 4 2,453 Sep-18-2019, 01:51 PM
    Thread: Multiplication Table number margins
Post: Multiplication Table number margins

Need to know how to format a 12*12 multiplication table to show a multiplication table chart with margins like this: X 1 2 3 4 5 6 7 8 9 10 11 12 1 2 3 4 5 6 7 8 9 10 11 12 The code to produce the ta...
CJ707 General Coding Help 4 2,453 Sep-18-2019, 04:25 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020