El 10/08/16 a las 10:26, Ezequiel Brizuela [aka EHB or qlixed] escribió: > print u'{.0f}'.format (x) Gracias Ezequiel, pero a pythonno le gusto tu respuesta.. >>> x = float(1.00) >>> print u'{.0f}'.format (x) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'float' object has no attribute '0f'