Definition and Usage
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.
Try this out yourself :
Code: print(“Hello! World”)
You should be seeing Hello! World in the output terminal!
Well done…. You have executed your first code in python!
If you don’t have python installed in your device, use this linkππ»
https://www.programiz.com/python-programming/online-compiler/