摘要: # Start with a list of numbers that ain't sorted numbers=[0,5,1,4,2,8] # Keep track of whether any swaps were made on the previous i teration # If no 阅读全文
posted @ 2022-12-10 11:57 ty1539 阅读(21) 评论(0) 推荐(0) 编辑