for f=1,20,1 do a=100-math.floor(math.random(200)) b=100-math.floor(math.random(200)) print("math.max("..tostring(a)..","..tostring(b)..")="..tostring(math.max(a,b))) end