当前位置:网站首页>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 :
边栏推荐
- Make good use of IDE, speed up R & D efficiency by 100%
- leetcode491 递增子序列
- Typescript type declaration file (III)
- Leetcode 718 longest common substring
- 企业架构的第一性原理
- Schematic diagram of active differential crystal oscillator and differences among lv-pecl, LVDS and HCSL
- Use applet to quickly generate app in seven steps
- 小程序+App,低成本获客及活跃的一种技术组合思路
- SSM integrates FreeMarker and common syntax
- 一种好用、易上手的小程序IDE
猜你喜欢
Vant3 +ts packaged simple step advancer component
机器学习系列(3):Logistic回归
ESP-IDF 添加自己的组件
VirtualLab基礎實驗教程-4.單縫衍射
js求斐波那契数列
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
Pytest automated testing framework (II)
TypeScript类型声明文件(三)
Make good use of IDE, speed up R & D efficiency by 100%
Schéma de cristallisation différentielle active et différence entre LV - PECL, LVDS et hcsl
随机推荐
General differences between SQL server versions released by Microsoft in different periods so far, for reference
Vant3 +ts packaged simple step advancer component
js二分法
VirtualLab基础实验教程-6.闪耀光栅
C brief introduction
Solution to the problem that the anaconda navigator card logo cannot be opened and the card will flash back - replace the alicloud image source
轻量、便捷的小程序转App技术方案,实现与微信/流量App互联互通
Gospel of audio and video developers, rapid integration of AI dubbing capability
leetcode 647. 回文子串
C business serial number rule generation component
DRM driven MMAP detailed explanation: (I) preliminary knowledge
Eve-ng installation (network device simulator)
PHP:Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocat
Random talk about redis source code 90
Use applet to quickly generate app in seven steps
Vant3+ts H5 pages are nested into apps to communicate with native apps
USB转串口那些事儿—最大峰值串口波特率VS连续通信最高波特率
Section qemu+gdb
Variable of C #
js两数之和