Nest this if-statement that checks if a person can drive inside the can_drive() function.
can_drive()
Make sure to pick if followed by age and then >=, 18, :.
if
age
>=
18
: