Hi,歡迎訪問前端老白
python如何輸出1到100的平方數?
lst=[x**2 for x in range(1,101)] print(lst) print(sum(lst))
老白網絡 (http://www.lofty888.cn/) 前端 后端 zblog主題.網站地圖xml