摘要:
#-*- coding:UTF-8 -*- #环境:python3 print("Enter the numbers between 1 and 100:") enterList=[] #记录输入的元素 while 1: a = int(input(">>>")) #将输入转换为int型 if a 阅读全文
posted @ 2018-11-16 21:53
陈雪莲
阅读(5692)
评论(0)
推荐(1)
welcome to myblog