 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write a program in Python that accepts side of a square by the user and prints the area of the square. | 
| Answer» PYTHON Program s=13. area_square=s*s. | |