Python:print() methods

Hi, All, Today i learnt about python print statement. Some of the functionalities are, printing a number wont always requires quotation mark. python print(1) print(1)

Apr 12, 2025 - 21:01
 0
Python:print() methods

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

  1. printing a number wont always requires quotation mark. python print(1)
print(1)