I am new to all programming and I just started to get interested in learning how to program. So to do so I started with what most people consider the easiest language: Python.
The problem I am having right now though is that if I say to Python print("Hello!")
, save it in a file, and then run it, a black window opens up and closes right away. I just do not understand why it is doing this.