[程序题,5分] 写出下面代码的优化版本,提高运行效率。 x=list(range(500)) foriteminx: t=5**5 print(item+t)
出自:河南理工大学-计算机科学与技术-Python语言程序设计