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)

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)