![]() |
python hello world program |
Here is a simple line of code that can be executed in Python:
You can just as easily store a string as a variable and then print it to stdout:
The above code will print "Hello, World!" on your screen. Try it yourself in the editor below!
Input Format
You do not need to read any input in this challenge.
Output Format
print Hello, World! to stdout.
Sample Output 0
Python program to print "Hello, World!"
Python 3
Python program to print Hello World - Hacker Rank Solution
Reviewed by Rakaa
on
September 09, 2020
Rating:
