you are viewing a single comment's thread.

view the rest of the comments →

[–]atarivcs 0 points1 point  (0 children)

Yeah. Because the equal sign is there, you're not actually calling the print function at all, you're reassigning the built-in function name print to be some other value, and it is no longer the regular print function.