Analyse data with Python - NumPi syntax - Betty’s Bakery exercise
Link to exercise: https://www.codecademy.com/paths/analyze-data-with-python/tracks/ida-3-introduction-to-numpy/modules/ida-3-1-numpy-syntax/projects/betty-bakery
Link to Codecademy video: Numpy Project: Betty's Bakery - YouTube
Hi everyone,
a very beginner here.
Until now I’ve always seen print as a function, so with the syntax “print()”.
Often, in the previous exercises, I forgot the parentheses, getting an error.
Why in this exercise and in the linked walkthrough video, at line 10, print without parentheses does not give an error?
Am I missing something?
Thank you very much in advance,
Dario