Print() Function
The print() function in Python is
the standard way to display output to the console. The syntax for this function
is as follows:
SYNTAX:
print(“value1 value2”)
Here, the print function just prints out the given string to the console.
No comments:
Post a Comment