#!/usr/bin/env python # Filename: expression running = True number = int(input('Enter an integer: ')) again = 0 while running: if number ...
確定! 回上一頁