Python Practicals
This blog helps you to learn basics to high level Python programming practicals.
Pages
Installation
Python Basics
Variables
Numbers
Strings
Data Types
Operators
Decision Making
Python Loops
Collections
Python File Management
Python Classes
Python MCQs
Data Science with Python
Sunday, 22 December 2019
Print Hello World
Python program to print hello world message.
Following python program will print Hello World message on output screen.
Source code
>>> print('Hello World!!!')
Program output
Hello World!!!
* * * * *
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment