so its tueday and i been meaning to do this but i just got around to it really i meant to do this day 2 but i just got around to it and im sorry about that
class player_creation:
player_name=print(input("enter player name"))
player_age = 11+1
house = ""
year = 1
qiuz= quiz()
class quiz:
print("Q1: How would people describe you? A: Brave B: Loyal C: Intelligent D: Ambitious E: Kind F: Mysterious")
answer = input("Enter your answer (A-F): ")
print("Q2: what gender do you identify as? A: Male B: Female C: Random")
gender = input("Enter your answer (A-C): ")
print("Q3 what is your hair color? A: Black B: Brown C: Blonde D: Red E: Other")
hair_color = input("Enter your answer (A-E): ")
if hair_color == "E":
print(input("Please specify your hair color: "))
print("Q4 what is your eye color? A: Brown B: Blue C: Green D: Grey")
eye_color = input("Enter your answer (A-D): ")
print("Q5 do you have glasses? A: Yes B: No")
glasses = input("Enter your answer (A-B): ")
print("You have answered the player create questions enjoy")
exmample:
take me player name:larry smith
now im not 11 but for the game sure lets say im 11
q1 A brave
Q2 A male
Q3 what is your hair color: A black
Q 4 B BLUE(NOT SURE)
Q5 A YES
friday im not sure what will be the plan but i can tell u stage 1 is colse to done if not done
and i can tell yiu qittich (sport) from harry potter will be in the next stage for sure
ill be back friday with more info i leave you with screen shots of the code:





