I cannot finish exercise if I do it the way they asked me to. Whenever I use “py print (type(my_baby_bool_two))” it marked exercise as complete but instead printing True I get an error message “File “script.py”, line 2
py print (type(my_baby_bool_two))
^
SyntaxError: invalid syntax”
Why is that?