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