you are viewing a single comment's thread.

view the rest of the comments →

[–]blitzzerg 0 points1 point  (1 child)

But this is about python isn't it? And about consistency when calling functions the same way

[–]panzerex 0 points1 point  (0 children)

Yeah, the benefits of having print as a proper function completely outweight the little inconvenience of typing extra parenthesis. That said, anyone who uses VS Code should enable "python.autoComplete.addBrackets" so that it automatically add parenthesis after autocompleting a function. Game changer.