Recent posts

Python Print functions & Strings

2 minute read

Print Function: The “print()” function in python is used to print on the console window. Strings: Python has a built-in string class named ”str”. A string...

Introduction to Python

1 minute read

Hello Everyone, in this series I am going to teach you about the basic python you needed to get started. So, let’s know first WHY PYTHON? Python is...