Computer Science, asked by pujapranita2003, 4 months ago

What will be the output of the following python code?
der myFunc() :
print (num)
print (num)
print (myFunc ( ))
print (num)

Answers

Answered by vigneshndy29p7bvjd
2

Answer:

error

Explanation:

because the num should be defined before or after the function so the num should be mentioned after that we can analysis the output

Similar questions