Time is the big factor for me right now. This is really cool though. I can definitely see the potential. Can you have it return who the owner of the card is that is being sold? I'm guessing that's probably just another function or something.
You are viewing a single comment's thread from:
Yes, there's a bunch of info in the foundcard dictionary, so you need to create a new variable during the loop and add it. Then you can append it to the f' string print statement.
That might be tough to understand, but if you add a print(foundcard) directly after the for statement, you can see what other stuff you can extract.
Ah, okay. I gotcha.