I have the string listed below
str = ['"Consumers_Of_Product": {"count": 13115}']
How can I extract the number 13115 as it will change, so that it will always equal var. In other words how do I extract this number from this string?
Most things I've done previously have not worked and I think that is due to the syntax. I'm running Python 2.7.