Computer Science, asked by traj5987, 2 months ago

What is the output of the following: def loc( ):
y="local" loc( ) print(y)​

Answers

Answered by dinesham003
0

Answer:

Explanation:

y="loc"

loc()

Print(y)

Similar questions