Python print() Function
The print() work prints the predetermined message to the screen or other standard output gadget. The message can be a string or some other article, the item will be changed over into a string before kept in touch with the screen.
Just Type:
print("Hello Python")
in your i.d.e.
0 Comments