圖片: ss = input("請輸入數字") : if ss.isdigit(): : if ss > 0: : print(int(ss) * -1) : elif ss < 0: : print(int(ss) * -1) : else: ...
確定! 回上一頁