Hello World Program (हेलो वर्ल्ड प्रोग्राम) :-
Hello World Program Python का सबसे पहला और सबसे सरल प्रोग्राम है। इसका उपयोग स्क्रीन पर एक साधारण संदेश (Message) प्रदर्शित करने के लिए किया जाता है।
जब कोई नई Programming Language सीखना शुरू करता है, तो सबसे पहले Hello World Program ही लिखा जाता है। यह Program यह सुनिश्चित करता है कि Python सही प्रकार से Install हुई है और Program सफलतापूर्वक Run हो रहा है।
English
Hello World Program is the first and simplest program in Python. It is used to display a simple message on the screen.
When learning a new programming language, the Hello World Program is usually the first program written. It verifies that Python is installed correctly and the program runs successfully.
Syntax (सिंटैक्स) -
Program -
Output -