***练习题练习***
1 . 创建一个数据框df包含name ('zhang_xiao_hong', 'zhang_xiao_huang'), age (11, 12)
2 . 创建一个函数 fun 形式如下:function(v1, v2) return(v1 + v2)