Next, create an integer from the value in age_box and assign it to age. Set the value of student to True if there's a value in uni_box.
age_box
age
student
True
uni_box
Make sure to pick age followed by int and then student, bool.
int
bool