Python Online compiler - OverIQ.com (
original
) (
raw
)
cube_list = [ i**3 for i in range(50, 101) ] print(cube_list)