当前位置:网站首页>实例037:排序
实例037:排序
2022-08-04 01:35:00 【懒笑翻】
题目:对10个数进行排序。
程序分析:同实例005。
代码:
方法一:
raw=[]
for i in range(10):
x=int(input('int%d: '%(i)))
raw.append(x)
for i in range(len(raw)):
for j in range(i,len(raw)):
if raw[i]>raw[j]:
raw[i],raw[j]=raw[j],raw[i]
print(raw)
"""
* @Author: xiaofang
* @Description:
学习中遇到问题没人解答?小编创建了一个Python学习交流QQ群,扫描文末QQ群二维码即可
寻找有志同道合的小伙伴,互帮互助,群里还有不错的视频学习教程和PDF电子书!
"""
方法二:
raw = []
for i in range(10):
x = int(input('int%d: ' % (i)))
raw.append(x)
print(sorted(raw))
结果:
边栏推荐
- KunlunBase 1.0 is released!
- Promise 解决阻塞式同步,将异步变为同步
- 2022 China Computing Power Conference released the excellent results of "Innovation Pioneer"
- this巩固训练,从两道执行题加深理解闭包与箭头函数中的this
- Use nodejs switch version (no need to uninstall and reinstall)
- - heavy OpenCV 】 【 mapping
- 无代码7月热讯 | 微软首推数字联络中心平台;全球黑客马拉松...
- 【日志框架】
- 即席查询——Presto
- 简单的线性表的顺序表示实现,以及线性表的链式表示和实现、带头节点的单向链表,C语言简单实现一些基本功能
猜你喜欢
Demand analysis of MES management system in electronic assembly industry
即席查询——Presto
typescript50 - type specification between cross types and interfaces
HBuilderX的下载安装和创建/运行项目
redis中常见的问题(缓存穿透,缓存雪崩,缓存击穿,redis淘汰策略)
企业虚拟偶像产生了实质性的价值效益
typescript48-函数之间的类型兼容性
Deng Qinglin, Alibaba Cloud Technical Expert: Best Practices for Disaster Recovery across Availability Zones and Multiple Lives in Different Locations on the Cloud
哎,又跟HR在小群吵了一架!
typescript52 - simplify generic function calls
随机推荐
HBuilderX的下载安装和创建/运行项目
Web APIs BOM- 操作浏览器:swiper 插件
无代码7月热讯 | 微软首推数字联络中心平台;全球黑客马拉松...
天地图坐标系转高德坐标系 WGS84转GCJ02
.NET Static Code Weaving - Rougamo Release 1.1.0
GNSS【0】- 专题
Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
Slipper - virtual point, shortest path
JS 从零教你手写节流throttle
LDO investigation
html select标签赋值数据库查询结果
Use nodejs switch version (no need to uninstall and reinstall)
Installation and configuration of nodejs+npm
Vant3 - click on the corresponding name name to jump to the next page corresponding to the location of the name of the TAB bar
nodejs+express实现数据库mysql的访问,并展示数据到页面上
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中
KunlunBase 1.0 发布了!
多渠道打包
typescript54 - generic constraints
boot issue