The following code example demonstrates how to Display Text on Console Using Python.

# programmingempire.com

print("Basics of Python Programming")
print('First Python Program')
print("Welcome to Python", 'Python is fun')

Output

Program on how to Display Text on Console Using Python
Program on how to Display Text on Console Using Python

Further Reading

Python Practice Exercise

Examples of OpenCV Library in Python

Examples of Tuples in Python

Python List Practice Exercise

A Brief Introduction of Pandas Library in Python

A Brief Tutorial on NumPy in Python

programmingempire

princites.com

IITM Software Development Cell