当前位置:网站首页>Title 66: input 3 numbers a, B, C, and output them in order of size.
Title 66: input 3 numbers a, B, C, and output them in order of size.
2022-06-12 18:16:00 【A little vegetable loving girl】
Code :
a = int(input(' Please enter the first number a:'))
b = int(input(' Please enter the first number b:'))
c = int(input(' Please enter the first number c:'))
number_list = [a, b, c]
number_list.sort(reverse=False)
print(number_list)Running results :

边栏推荐
- Explanation of core interrupt of Godson processor
- Bug record: data truncation: incorrect datetime value:
- USB to serial port - maximum peak serial port baud rate vs maximum continuous communication baud rate
- General differences between SQL server versions released by Microsoft in different periods so far, for reference
- 迄今微软不同时期发布的SQL Server各版本之间的大致区别,供参考查阅
- Leetcode 674 longest incrementing substring
- Lightweight and convenient small program to app technology solution to realize interconnection with wechat / traffic app
- Small program +app, a low-cost and active technology combination idea
- TypeScript高级类型(二)
- 低代码平台调研结果
猜你喜欢

C语言练习(4)——大数乘除

Schedule update | 2022 Microsoft and Intel hacker song competition is in hot registration

Write a select based concurrent server

LCD parameter interpretation and calculation

Explanation of core interrupt of Godson processor

USB转串口那些事儿—最大峰值串口波特率VS连续通信最高波特率

VirtualLab basic experiment tutorial -6 Blazed grating

ESP32-C3 ESP-IDF 配置smartconfig 和 sntp 获取网络时间

JS sum of two numbers

VirtualLab basic experiment tutorial -5 Poisson bright spot
随机推荐
VirtualLab basic experiment tutorial -5 Poisson bright spot
Leetcode491 increasing subsequence
有源差分晶振原理圖以及LV-PECL、LVDS、HCSL區別
面试题总结
Click the list page of vant3+ts+pinia tab to enter the details. The tab on the details page is highlighted in the original position, and the refresh highlight is in the first item by default
重构--梳理并分解继承体系
JS中的栈(含leetcode例题)<持续更新~>
VirtualLab基础实验教程-6.闪耀光栅
Is it safe to open an account in flush
Global lock, table lock, row lock
MYSQL:Expression #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column
低代码平台调研结果
TypeScript常用类型(一)
Common dependencies of SSM
Summary of static memory allocation and dynamic memory allocation
Gospel of audio and video developers, rapid integration of AI dubbing capability
leetcode151 翻转字符串里的单词
JS中的字符串(含leetcode例题)<持续更新~>
静态内存分配和动态内存分配小结
Esp32-c3 esp-idf configuring smartconfig and SNTP to obtain network time