Python Day Two : Python Output & Print

print() is a Python🐍 command used to show something on the screen.

Example:

print("Pure Pearl Foundation")

Enter fullscreen mode