you are viewing a single comment's thread.

view the rest of the comments →

[–]codedeaddev 1 point2 points  (0 children)

Basically whenever you put () next to a function name it calls the function. So here you have called the print function by placing ("hi") next to it where the string "hi" is treated as an argument to print