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.