Comment on Show HN: Programming Time - Playing card game to teach your kids PythonComments−appleflaxen4ySuper cool idea!I think I found a typo on this card:https://punkjazz.org/programming-time/photos/c.pngYour comment next to e=7says: "pick a number between (p-1)*(q-1)..."But it seems like it's missing "between 1 and (p-1)*(q-1)..."−throwaway47292OP4yhehe i didnt want to put `between 1 and` because of the salt fiasco https://github.com/saltstack/salt/commit/5dd304276ba5745ec21...and then i had a typo ..i will fix in the next revision!
Comments
Super cool idea!
I think I found a typo on this card:
https://punkjazz.org/programming-time/photos/c.png
Your comment next to e=7
says: "pick a number between (p-1)*(q-1)..."
But it seems like it's missing "between 1 and (p-1)*(q-1)..."
hehe i didnt want to put `between 1 and` because of the salt fiasco https://github.com/saltstack/salt/commit/5dd304276ba5745ec21...
and then i had a typo ..
i will fix in the next revision!