Computer Science, asked by kuttubaby27511, 3 months ago

#define square (x) x*x a=square(2+3)

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

square = lambda n: n ** 2

print((a := square(2 + 3)))

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions