一,if 条件语句基本形式: if 条件判断: 执行语句elif 条件判断: 执行语句else: 执行语句例子:number = int(input("输入一个数字:"))if number ...
確定! 回上一頁