Python Hello World
Python Program to print Hello World
Try your Solution
Strongly recommended to Solve it on your own, Don't directly go to the solution given below.
#write your code here
Program or Solution
print("Hello World!")
Program Explanation
Python has very simple syntax.
You can start write your code directly, i.e., no main funtion in python.
Print() function prints the given object in screen or device.
Comments
Related Programs
- Python get input
- Python get Integer input
- Python get float input
- Python Decimal places
- Python New Line
- Python without new line
- Python tab Space
- Python Tuple Assignment
- Python Integer to Character
- Python Decimal to HexaDecimal
- Python Hexa Decimal to Decimal
- Python Decimal to Octal
- Python Octal to Decimal
- python Exponent representation
coming Soon
coming Soon