Hello World || Hackerrank solution

 

Hello World!


Task:

Here is a sample line of code that can be executed in Python:

print("Hello, World!")
You can just as easily store a string as a variable and then print it to stdout:

my_string = "Hello, World!"
print(my_string)
The above code will print Hello, World! on your screen. Try it yourself in the editor below!.


Solution:

print("Hello, World!")

Note:

This Code is Verified by all Test Cases.If any error occurs then Comment correct code Below in comment box.

Disclaimer:-

 The above hole problem statement is given by hackerrank.com, but the solution is generated by the CodexRitik . if any of the query regarding this post or website fill the following contact form Thank You. 

Hello World || Hackerrank solution Hello World || Hackerrank solution Reviewed by CodexRitik on March 15, 2020 Rating: 5

No comments:

Powered by Blogger.