I was not able to understand what was required for me to do. Was it to just define a variable with true and False in it?
Hi @abhidaga82,
That’s correct. You should create two variables, age_is_12
and name_is_maria
, and set them to each be either True
or False
, according to what the comments in script.py
tell you.