How many GIBs: 66
Traceback (most recent call last):
File "/home/hoovy/.Projeler/Komut/PyCharm/gib2gb/main.py", line 2, in <module>
print(str(gib) + " GIBs are" + str(float(gib * 1.073741824)) + " GBs")
TypeError: can't multiply sequence by non-int of type 'float'
Process finished with exit code 1