Multiplication Tables
Hi, this is my weekly challenge submission. I coded this in Python. This took me around an hour to do. A first, I tried to put a while
loop inside a while
loop, it only showed me one row. A for
loop worked, but it was all on one line, so I put an extra print
to split each line.
Voters
JonDoeBeep (36)
cool!
DSAEvan (18)
Thanks @JonDoeBeep
This doesn't solve the challenge, it won't be considered a submission.
Why not? @TheDrone7
@DSAEvan The challenge required you to generate the table and then use it to determine the number of unique values in the table. Your submission satisfies the first part but not the second.