Just a general question

When I try to run my script in terminal, I occasionally have an issue with running it. I do not get an error message, but it does not run my script. When I run “python3.6 ex#.py” it just acts like I just hit return. Anyone know how to fix this? I have tried quitting terminal, but it still won’t work for that exercise, but I will be able to run other exercises.

@maxvelasco if you don’t have a print statement in the script it will just execute the code without presenting you some output. Try to implement a print statement in that script and see if you get some output.

Also, don’t forget to save it. Many times people don’t hit save, so technically the file is empty on the disk.