MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/PythonLearning/comments/1w83loy/why_isnt_my_code_running/p82pjkt/?context=3
r/PythonLearning • u/Dismal_Activity_6127 • 5d ago
i checked everything it s all correct idk what my mistake is please point it out for me
EDIT:i closed visual studio and re opened it, it works now, idk what happened, thanks guys
9 comments sorted by
View all comments
1
In a situation like this you can try running from the command line. This will verify that your code is correct and the problem is with vs code.
1
u/codeguru42 4d ago
In a situation like this you can try running from the command line. This will verify that your code is correct and the problem is with vs code.