You can check input is empty or not with the help of if statement. x=input() if x: print(x) else: print('empty input').
確定! 回上一頁