hi guys i need some help. got a new laptop, git and python 3.14.2 installed from the official python.org site. even used python --version on both windows cmd and vs code's terminal to make sure.
I tried testing using the most simple line of code:
print("hi")
ran it in vs code. No errors showed up, however there was no output to the terminal at all. anyone experience the same issue before?