#!/usr/bin/python # -*- coding: UTF-8 -*- if __name__ == "__main__": N = 10 # input data print ('请输入10个数字:\n') l = [] for i in range(N): ...
確定! 回上一頁