Introduction
In this post, Let’s learn about the print function and the basic of python. So it is going to be a series. Hope you like it ❤️
Below is the video format of the post, Check it out ????????
Video ????
What is Print Function in Python ❓
In Python, the print()
function is used to display or output information to the console or standard output. It takes one or more values as input, which can be of different data types, and prints them as text.
The basic syntax of the print()
function is:
print("Hello Rick")
You view the results in the below replit link
https://replit.com/@MoulikC/Print-Function#main.py
Conclusion
For more detailed information watch the youtube video. Hope you like it see you in the next post.