Computer Science, asked by sahdevmaurya9453, 3 months ago

wap to print the square of the number between 2to20​

Answers

Answered by jai696
2

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

print("\n".join([str(n ** 2) for n in range(2, 21)]))

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

Similar questions
Math, 1 month ago
Math, 9 months ago