003《Python数据分析、挖掘与可视化(第2版)》/例3-1.py
data = [2**i for i in range(64)]
print(sum(data))