Which statement will display square of number (n) - Study24x7
Social learning Network
12 Mar 2024 11:37 AM study24x7 study24x7

Which statement will display square of number (n)

A

print(n * n)

B

print(math.pow(n,2)) # math module is already imported

C

All of the above

D

Only First

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles