檬味博客
提问
热搜
消息
登录
注册
帮助中心
首 页
问答
圈子
代码
报错
Mysql
Python
Java
檬味博客
»
问答
»
Python
»
python 要求:输入三个整数x,y,z,请把这三个数由小到大输出。
python 要求:输入三个整数x,y,z,请把这三个数由小到大输出。
def sort_int(a, b, c): L = [a, b, c] L.sort() return Lx, y, z = sort_int(100, 10, 1)print(x, y, z)
python 要求:输入三个整数x,y,z,请把这三个数由小到大输出。
def sort_int(a, b, c): L = [a, b, c] L.sort() return Lx, y, z = sort_int(100, 10, 1)print(x, y, z)2016-12-29
mengvlog
阅读 8 次
更新于 2025-07-19 13:07:24
我来答
关注问题
0
1 个回答
檬味博客专题活动
其他Python类似问题
python怎么用def从键盘输入3个整数,输出其中最大数?
10次阅读
python将输入的中文字符串反转输出
8次阅读
如何用python实现字符串的删除操作?
8次阅读
python集合的使用怎么样的?
4次阅读
学python能干嘛 python的简介
9次阅读
零基础跟我学python Python是什么东西呢?
7次阅读
檬味博客在线解答
立即免费咨询
Python相关话题
二维数组python
有用 (8)
python拟合
有用 (8)
python排列
有用 (9)
python日志
有用 (8)
python计算机二级
有用 (7)
python基本
有用 (6)
pythonkey
有用 (6)
封装python
有用 (7)
python范围
有用 (7)
python字节
有用 (9)
返回顶部