The following procedure creates a Python version of the traditional “Hello World!” program. The program displays the string Hello World!
Program:
1 |
print ("Hello, World!") |
Output:
The following procedure creates a Python version of the traditional “Hello World!” program. The program displays the string Hello World!
Program:
1 |
print ("Hello, World!") |
Output: