真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

python基礎(chǔ)之冒泡排序

list_pratisce = [45,69,8,19,9]
n = len(list_pratisce)
for j in range(n):
    for i in range(n-1):
        if list_pratisce[i] > list_pratisce[i+1]:
            temp = list_pratisce[i]
            list_pratisce[i] = list_pratisce[i+1]
            list_pratisce[i+1] = temp
print(list_pratisce)
輸出結(jié)果:
[8, 9, 19, 45, 69]

文章題目:python基礎(chǔ)之冒泡排序
鏈接URL:http://weahome.cn/article/pdggso.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部