Writing a script - Python-tutorial
qbi-software.github.io › Python-tutorial › lessonsprint("Hello World") Click on the green arrowin the top toolbar. A popup window may appear which allows you to change a few things. Accept the defaults and click OK. Have a look in the IPython console window and you should see the output similar to: runfile('D:/Projects/Python-tutorial/examples/hello.py', wdir='D:/Projects/Python-tutorial/examples')Hello World.