Why does a stray None appear beneath your output — and what does return hand back to your program that print never does?
Short drills on what this video just taught. Write the code, run the checks, and reveal the answer only if you are stuck.
Define a function rectangle_area(width, height) that returns the area (width times height). Then call it on width 8 and height 6 and assign the value it hands back to area.
Only the output name area is fixed — name anything inside the function whatever you like.