To ask a simple question like what school you go to, do this:
school = input("What school do you go to? : ")
print("You go to " , school)
If you want to ask a different question, just replace the variable with what the question is about, replace the school question with yours then, print you start of the answer.
Thx
!