Visual Studio Codeでデバッグできます。VS CodeでPythonコードのデバッグも楽々!!:Visual Studio Codeで始めるPythonプログラミング(1/4 ページ) - @IT かわさきしんじ (2018/06/05)
簡易なコードの確認ならば、インタプリタで実行します。2. Python インタプリタを使う — Python 3.x ドキュメント
C:\>python >>> print("hello") hello