What Is Print() In Python ?
No Spam & Copy - Leads To Answer Report & Account Deletion...
Answers
Answered by
1
Greetings,
Print() Is An Executable Function In Python
The Function Prints The Input...
A Major Extent Being "" Are Excluded...
Strings, Values & Variables Are Executable In Print()...
Regards,
Answered by
0
Answer:
• The print() function prints the specified message to the screen, or other standard output device. The message can be a string, or any other object, the object will be converted into a string before written to the screen
This is called syntax highlighting. The word “print” is orange because Python recognizes it as a keyword. Keywords are special words that are reserved by the Python language, and have special meaning
Similar questions