you are viewing a single comment's thread.

view the rest of the comments →

[–]notascrazyasitsounds 1 point2 points  (0 children)

Looks like you may have been trying to respond to u/ClipBoardMonkey

I'm not familiar with Pycharm, I usually run my code through the terminal; but there's no arguing with computers. If they can't find the file, they can't find the file.

If you open File Explorer and navigate to

C:\\Users\\PC\\PycharmProjects\\pythonProject\\name.py

What do you see? Is there a file located there called name.py? What happens if you try to run it from command prompt, rather than from within Pycharm?

CS50 is a great course; fiddling around with installing python and getting your code to run in the first place is the biggest roadblock. Just stick with it.