| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/LionCoder4ever/pylua/master/lua/loop.lua | [Back] [Original] |
local sum = 0
for i = 1, 100 do
if i % 2 == 0 then
sum = sum + i
end
end
print(sum)
| Web Proxy Viewer | New URL | Original Page |