To display ‘Hello World’ on the screen, we can create a new Python file with a single line of code as shown below: import sys print(‘Hello World’)