第1关:定义自己的print函数 本关任务是在print函数的基础上实现一个自己的打印函数 ########## Begin ########## def myprint(x): if type(x)==float: print(