Header image for video testing

video testing

Prompt

generate the video for a python module with the given text.in that video avatar should explain the content to the listener just like a human teacher explaining it content: "When you run a program, Python reads your code from top to bottom, one line at a time. The order you write lines in is the order they run — and that order matters. The first line runs first. Then the second line runs next. And the third line runs last. So A prints before B simply because it's written first."