You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the bug below and include any steps to reproduce the bug or screenshots if possible.
Create a show_attack function that takes a hero and prints the attack of the hero using the format {hero.name} attacks with {hero.attack} damage!
in the above line instead of {hero.attack} it would be {hero.attack()}