print("Enter numbers and operators to calculate(Example:1,2,+): ") #Take a list of input in str and split it with "," input_arr=list(map(str ...
確定! 回上一頁