answer = int(raw_input("How many hours a day do you play computer games? "))
if answer < 2:
print "That seems a fairly healthy balance. Well done!"
elif:
print "You’re probably good enough by now with all that practice."
print "PS5 are better than any game console"
Errors keep popping up that says "There's an error in your program: expected an indented block"