Print function in Python 3
Hi All,
I just realized that when using Python 3, you have to use the print with the paranthesis. Am i correct in my understanding or am i missing something?
Thanks,
Nitin
2 answers ( 0 marked as helpful)
Hi Nitin and Miguel!
Thanks for reaching out.
@Nitin: As Miguel suggests, you are right.
Please feel free to refer to the following video from the course for an explanation. Thank you. https://learn.365datascience.com/courses/introduction-to-jupyter/welcome-to-the-course Hope this helps.
Best,
Martin
yes you always need to use parentheses like this one
Print("learn python for free")
Hope this helps. You should also learn python basics from udacity, it's free. Also, Udacity Reviews are good. I have also leant python from there.