I downloaded Python 3.6.5 and while I trying to run my program, opened a black window and closed (like a cmd window).
What I need to do?
Asked
Active
Viewed 40 times
0

AskMath
- 415
- 1
- 4
- 11
-
1This sounds like expected behavior. Either run it in an interactive console, or add something like `input()` at the end so it waits for an "Enter" before exiting. – user3483203 May 14 '18 at 13:00