Sezione 3. Capitolo 9
single
Challenge: Power-up the Hero
Scorri per mostrare il menu
Compito
Scorri per iniziare a programmare
Create a factory function that generates custom power-ups for a hero. Each power-up should remember its own multiplier and apply it to a hero's base stat, demonstrating closure behavior by allowing the inner function to remember the multiplier provided to the outer function.
- Define an inner function inside
create_power_upthat takes a single argumentbase_statand multiplies it bymultiplier. - Return this inner function from
create_power_up. - Use
create_power_upto create two power-ups: one that doubles and one that triples a stat. - Apply these power-ups to a hero's
attackanddefensestats and print the results.
Soluzione
Tutto è chiaro?
Grazie per i tuoi commenti!
Sezione 3. Capitolo 9
single
Chieda ad AI
Chieda ad AI
Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione