Computer Science, asked by rashi0205112, 10 months ago

Write a program to input a number from the user and display n^2 ,n^3and n^4



please fast ​

Answers

Answered by Anonymous
9

 \rule{300}{2}

\huge\boxed{Answer:}

n=int(input("enter number:"))

print(n**2,n**3,n**4)

Thankyou☺

 \rule{300}{2}

Similar questions