print variable and a string in python

Alright, I know how to print variables and strings. But how can I print something like “My string” card.price (it is my variable). I mean, here is my code: print "I have " (and here I would like to print my variable card.price).

Leave a Comment