How can we reuse the value given by max(jeans_sizes)?

By saving the result of max(jeans_sizes) in a variableWe can't reuse the value, we can only display it once

By saving the result of max(jeans_sizes) in a variable.