0

This is my first time programming and I am trying to learn but while trying to run my program which is :

if __name__ == '__main__':
    print("hello world")

It answers me that:

Process finished with exit code 137 (interrupted by signal 9: SIGKILL)

Cause the executed cannot find the command "print". Could you please help me thanks

chepner
  • 497,756
  • 71
  • 530
  • 681
XxX
  • 1
  • Does this answer your question? [Process finished with exit code 137 in PyCharm](https://stackoverflow.com/questions/43268156/process-finished-with-exit-code-137-in-pycharm) – BrainFl Mar 20 '22 at 16:41
  • 1
    How are you attempting to run this code? – khelwood Mar 20 '22 at 16:42
  • What makes you think it can't find the command `print`? The error message doesn't say anything about that, it says the process was killed – kindall Mar 20 '22 at 16:45
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 20 '22 at 17:41

0 Answers0