func = lambda x: return x
print(func(2))
What is the output?
Answers
Answered by
2
Answer:
Error on your screen
Explanation:
syntax error on output screen.
Similar questions