Declare and assign appropriate values to the following variables:
character_name (string) - Name of your character
character_level (int) - Level of your character (start at 0)
character_class (string) - Class of your character (Knight, Mage, Archer, etc.)
weapon (string) - Weapon that your character weilds
damage (int) - Number of damage your character can inflict
Follow the comments for guidance :)