Class 7 Computer Practical Work-Term-2-2021-22 Write The Python Programs (Input) and Output According To The Given Topic
Class 7 Computer Practical Work-Term-2-2021-22 Write The Python Programs (Input) and Output According To The Given Topic
Output
enter the value of side:2
the perimeter of a square is: 8
the area of a square is: 4
Output
enter the value of first variable a:10
enter the number for b:5
the value of a after swapping is 5
the value of b after swapping is 10