Posts by user179733 • 21 points
1 post
-
2
votes2
answers172
viewsQ: I would like to know how to write >>> print("Size = %4.2f cm" % Size) and what does %4.2f mean
I’m doing a college assignment and I’d like to know what the %4.2f in >>> print("Tamanho = %4.2f cm" % Tamanho) and how a value (8.47826) is represented by following this parameter after…