1 2 3 4 5 6 7 8 9 10
# coding=utf-8 id = 160 number = 65 visible = True facts = None solution = '''\ megabytes(SI, IEC) :- { SI * 2^20 = IEC * 10^6 }.'''