Question: python3 Write a program using for loop to find the square of numbers from 1-10. Hint: The operator for square is ** Sample Output: number
python3
Write a program using for loop to find the square of numbers from 1-10.
Hint: The operator for square is **
Sample Output:
number square
========================
1 1
2 4
3 9
4 16
5 25
6 36
7 49
8 64
9 81
10 100
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
