When i run a simple print("hello world") in VS code it doesnt show the hello world but its working

so basicly i just install python and vs code (im a begginer just starting today) and i can’t seem to see a normal code like that in the terminal vs code,and i search for a solution on google but there are no answer bc problably no one have this problem,so now idk what to do,maybe vs code doesnt show the print when it is run so maybe im just dumb.(here is a screenshot of it)

There’s a ^C in the output, so you probably terminated whatever was running… a simple print command shouldn’t take any noticeable time to execute. Copy and paste the exact text of your program, using the </> button to format it.

Can you share the contents of test.py?

Nevermind guys i figured It out and It is my stupid ahh ass,sorry for wasting your guys time :slight_smile:

1 Like