Hacker Rank Problem

HackerRank – Say “Hello, World!” With Python Solution in Hindi

Hacker Rank

HackerRank – “Hello World” Python Solution In Hindi – Is Post Me HackerRank Ke Python Programming Language Se Related Competitive Questions Ka Answer Hai. Is Post Me HackerRank – Python Ka Question No 1 Ko Solve Kiya Gaya Hai.

Hackerrank – Python Solution Series Ke Sabhi Questions Ka Solved Codes Ko Diya Jayega. Saath Hi Unko Hindi Me Explain Bhi Kiya Jayega.

Yadi Aapne Abhi Tak Python Full Course In Hindi Read Nhi Kiya Hai To Aap Pahle Wo Kare Nhi To Aapko HakcerRank- Python Solution Ke Tutorial Ko Understand Karne Main Dikkat Ho Sakti Hai.

HackerRank – Say “Hello, World!” With Python Solution In Hindi

Hackerrank Ke Python Series Ka First Question Say “Hello, World!” With Python Ka Full Solution With Explanation In Hindi Hai.

TASK

“Hello World” print karna hai.

Output

if __name__ == '__main__':
    print("Hello, World!")

Explanation

STEP 1 =Upar Diye Hue Code Me Aap Dekh Sakte Hai if __name__== ‘__main__’: Ka Use Kiya Gya Hai.

STEP 2 = if __name__== ‘__main__’: Ka Use Current File Ko Run Karne Ke Liye Kiya Jata Hai.

STEP 3 = print(“Hello, World!) Ka Use Kar Ke Humne Hello, World! Ko print Kiya.

Upar Diye Hue Code Ko Aap Apne Code Editor Me Use Kar Sakte Hai And Practice Kar Sakte Hai.

DISCLAIMER

The Above Whole Problem Statement Is Given By Hackerrank.Com But The Solution Is Generated By The masterprograming.com Authority If Any Of The Query Regarding This Post Or Website Fill The Contact Us Form.

-masterprogramming

Friends Mujhe Umeed Hai Ki Aapko HackerRank – Python Say “Hello, World!” With Python  Ke Bare Mai 100% Jankari Ho Gayi Hogi | Agar Aapko Learn Karne Main Dikkat Aa Rahi Hai To Aap Mere Se Contact Kar Sakte Hai |

Leave a Reply

Your email address will not be published. Required fields are marked *