import random class Player_Character: def __init__(self, hp, maxhp, ac, THAC0, Surprise_Adjustment, Initiative_Adjustment): self.hp = int(hp)