1、1Python if...else 语句的用法
3、3ts1 = int(input("输入一个数字: "))#提示
5、else:#如果大于10输出立方值 dis1 = ts1**3 print ("立方值",dis1)