1、在已新建的python文件中,定义类Square,并定义构造方法__init__
3、定义get_square_size方法,获取正方形对应的宽度和高度
5、使用property定义属性,将上述方法定义为属性