#!/usr/bin/env kuroko let ret = 0 for i in range(10000000): ret = ret + i print('The result is: ', ret)