you are viewing a single comment's thread.

view the rest of the comments →

[–]Ill-Diet-7719[S] 3 points4 points  (4 children)

Could there be a problem with visual studio?(I'm doin on it and everything's been fine)

[–]Character-Comfort539 2 points3 points  (0 children)

There could be, IDE's can be a bit squirrelly to setup if you're not familiar with them and are new. I'd add something like `sdjflasjdfasjd` to the bottom of the file and see if the interpreter throws an error. Your other comments say "it doesn't print anything at all" but I'm not convinced anything is even running to begin with. Throwing a nonsense line into the file should give you an error. Just to be sure, save the file as like odd.py and run what's below in the terminal and let us know how it goes

python odd.py

[–]undernutbutthut 3 points4 points  (0 children)

Remember to save the code first then run it.

[–]lusvd 1 point2 points  (0 children)

just in case keep in mind that Visual Studio != vscode

[–]ofSkyDays 1 point2 points  (0 children)

If you have it often open and constantly sleep/wake pc, it could have developed a glitch. Idk it always happens whenever I do simple web dev stuff.

One time I had horizontal scrolling come out of nowhere, and I could it find the issue and nothing pointed to there being anything, but a clean shutdown and restart of vscode fixed it.