[Functions >> functions and if statements] Write the definition of a function powerTo which recieves two parameters, a double and an integer. If the second parameter is positive, the function returns the value of the first parameter raised to the power of the second. Otherwise, the function returns 0.
def powerTo(adouble,aint):
if aint>=0:
return adouble**aint
else:
return 0
Learn More :
Top 1000 Questions
- A Omar ____ ir de compras.
- A ti y a mí ____ el baile.
- A Marcela ____ los libros.
- A mis amigos ____ los museos.
- A ella ____ el ciclismo.
- A ustedes ____ el béisbol.
- A ti ____ las películas.
- A usted ____ los viajes.
- A mí ____ las revistas.
- A Jorge y a Luis ____ los perros.
- A nosotros ____ las vacaciones.
- A usted ____ jugar al tenis.
- A mi esposo y a mí ____ dormír.
- A Alberto ____ dibujar y pintar.
- A todos ____ opinar.
- A Pili ____ los sombreros.
- A nosotras ____ cantar.
- A ustedes ____ leer.
- A ti ____ correr y patinar.
- A ellos ____ los aviones.
- A mis padres ____ caminar.
- ¿Buscaron ustedes a alguien en la playa?
- ¿Te gusta alguno de estos trajes?
- A mí ____ bailar.
- ¿Quieres comer algo ahora?