Hello World
To complete this exercise, type
print('Hello World')
and run the code.
Python
Setting up Python environment...
Output
print('Hello World')
and run the code.
Setting up Python environment...