This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
A rather lengthy battle combat between two characters without rehealing properties. | |
Leveling up does not count as a recovery property. | |
''' | |
import numpy as np | |
class character(object): |