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’)
You must log in or register to comment.
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’)