Python: print() methods
Syed Jafer

Syed Jafer @syedjafer

Location:
India
Joined:
Aug 20, 2019

Python: print() methods

Publish Date: Jul 8 '24
1 0

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

Comments 0 total

    Add comment