Computer Science, asked by vj12383, 9 months ago

9. it is n²,n³,n⁴
pls solve both​
python

Attachments:

Answers

Answered by anjalimishra166
1

Answer:

9)n=4

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

10)b=4

h=10

a=1/2*b*h

print(a)

Similar questions