For calling a function why i have to write every time print(function()) not function()

Answered

Blank output when i only wrote cal(3)

0
1 comment

Hi,

Why do you expect to see the output?
There is no print statement to show it. It's not REPL either to show you what function returns.

 

0

Please sign in to leave a comment.