Type this in the editor: python print("Hello, Python!") Click the Run button. You should see Hello, Python! appear in the output panel.
If you see the output, the compiler is working. If you see an error, check that you typed exactly what is shown, including the quotation marks and parentheses.