Computer Science, asked by Raghavnanu5018, 8 months ago

Write a program to print the square of first 10 natural numbers

Answers

Answered by tanishakharbandaonli
0

Answer:

umjmtijgvhxrwgxzeqvszdsvsxfsfsxfgsxgfs

Explanation:

Write a program to print the square of first 10 natural numbers

Answered by Anonymous
1

Answer:

hi..its a python program

Explanation:

for i in range(1,11):

   print (i**2)

#hope it helps you

please mark brainliest

Similar questions