DEV Community

Saravana Prabhu
Saravana Prabhu

Posted on

Print statements in python

hi All,

I have learnt about print statements.

  1. Print statements should be start and end with parenthesis print ()
  2. If you want print a string it should start and end with double quotes.
print ("Hello World")
Enter fullscreen mode Exit fullscreen mode

Top comments (0)