Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Fake Newb! solution in Creative category for The Best Number Ever by StefanPochmann
def subtract(a, b):
i = 0 ; a -= b; b = 0
while i in range(0, b):
--a
++i
return a
def checkio():
return subtract(666, 624)
Aug. 2, 2017
Comments: