How to print hello world in python?
Python is a general purpose, high level, interpreted language with easy syntax and dynamic semantics. It was created by Van Rossum in 1989. It has an amazing computing power. It is preferred by both beginners and prose alike. It is an open source language.
Python is easy-to-learn yet powerful object oriented programming language. It is a very high level programming language yet as powerful as many other middle-level not so high level languages like C, C++, Java, etc.
Hello world program is the most basic program in python.
E.g.,
print("Hello, World")
Subscribe
Login
Please login to comment
0 Discussion