python代码 输入数字使其反向输出的方法 如下所示:#输入数字使其反向输出num=int(input("请输入一个数:"))i=0num1=numwhileTrue:ifnum1//10==0:br 反向输出