On 11/01/2011 12.29, Vittorio Zuccala' wrote:
Questi numeri rappresentano byte, Kb, Mb, Gb, Tb... Vorrei trasformarli in modo leggibile. 172183142400=>172,1Gb 250057060352=>250,0Gb 132450=>132,4Kb
O.o'' ... Se devi dividere, giĆ che ci sei dividi per 1024!! 1 TB = 1024 GBs 1 GB = 1024 MBs 1 MB = 1024 KBs 1 KB = 1024 Bytes http://it.wikipedia.org/wiki/Kilobyte -- Wyrmskull _______________________________________________ Python mailing list [email protected] http://lists.python.it/mailman/listinfo/python
