0

I am trying to run the following code but it does not load in the terminal.

enter image description here

Please let me know what I should do

thanks

  • 4
    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. – Chris May 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. – Chris May 03 '22 at 16:56
  • Thats because you have function defination but are not calling the function anywhere – Kalyan Reddy May 03 '22 at 16:57
  • 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. – JNevill May 03 '22 at 17:09

0 Answers0