Answer:
this is the correct answer
name = input("What is you name?")
fav_number = input("What is you favorite number?")
print(name + " your favorite number is " + fav_number + "!")
def dx(fn, x, delta=0.001):
return (fn(x+delta) - fn(x))/delta
def solve(fn, value, x=0.5, maxtries=1000, maxerr=0.00001):
for tries in xrange(maxtries):
err = fn(x) - value
if abs(err) < maxerr:
return x
slope = dx(fn, x)
x -= err/slope
raise ValueError('no solution found')
9
JavaScript’s Math module has a max method that finds the max of the given arguments.
I’m not sure how I can be any clearer
I’ve attached a screenshot if you still have no clue
Well theirs less travel. Its alot easier. To work from home.
But this is what it said on a website
Most of them figure they can use conference call time to get 'real work' done, chat, read the newspaper.