Welcome to Stack Overflow. [Please don't post screenshots of text](https://meta.stackoverflow.com/a/285557/354577). They can't be searched or copied, or even consumed by users of adaptive technologies like screen readers. Instead, paste the code as text directly into your question. If you select it and click the `{}` button or Ctrl+K the code block will be indented by four spaces, which will cause it to be rendered as code.
– ChrisMay 03 '22 at 16:56
That screenshot is incomplete, but it does show that you define a function. And above that appears to be the end of another function. I don't see you _calling_ any functions, though. If you don't call them, they won't run.
– ChrisMay 03 '22 at 16:56
And if you do call them, no where do I see a `print()` statement for outputting to the terminal. In short your program is running in the terminal as you want it to, it just doesn't do anything.
– JNevillMay 03 '22 at 17:09