DEV Community

Syed Jafer
Syed Jafer

Posted on

Python: print() methods

Hi All,
Today i learnt about python print statement.
Some of the functionalities are,

  1. sep is an argument to set a character which separates the words inside print.
  2. printing a number wont always requires a quotation mark.
print(1)
Enter fullscreen mode Exit fullscreen mode

Top comments (0)