Name = "Bob"
# or you can prompt the user to enter their name:
# name = input("What's your name? ")
print("greetings," , name)
Answer:
The main physical components of cloud infrastructure are networking equipment, servers and data storage
Virus is created by some dishonest people.
Virus iis not made for open source software
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')
Answer:
<h2>iv. NINGUNO DE LOS ANTERIORES</h2>
Explanation:
<h2>Hola</h2>