Why is there no output in my vs code python.
Try saving your file before running it.
You can do this very quickly using the shortcut Crtl + S.
first you have to save your code by pressing ctrl+s. By default python output will be displayed on Vscode "Terminal". To display the result in "Output" use "Code Runner" extension.