当前位置:网站首页>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 :

边栏推荐
- C language learning -- data storage in memory
- Leetcode 674 longest incrementing substring
- Extracting strings with grep awk
- 1.5 what is an architect (serialization)
- Vant3+ts dropdownmenu drop-down menu, multi data can be scrolled
- C语言练习(4)——大数乘除
- Machine learning series (5): Naive Bayes
- leetcode491 递增子序列
- PHP implementation of infinite classification tree (recursion and Optimization)
- ESP-IDF 添加自己的组件
猜你喜欢

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

C language learning -- data storage in memory

Vant3+ts H5 pages are nested into apps to communicate with native apps

"Big fat • small lesson" - talk about big file segmentation and breakpoint sequel

Explanation of core interrupt of Godson processor

js求斐波那契数列

Eve-ng installation (network device simulator)

C brief introduction

1.5 what is an architect (serialization)

Schéma de cristallisation différentielle active et différence entre LV - PECL, LVDS et hcsl
随机推荐
Relationship between resolution and line field synchronization signal
HTTP cache < strong cache and negotiation cache >
A story on the cloud of the Centennial Olympic Games belonging to Alibaba cloud video cloud
Use applet to quickly generate app in seven steps
JS moves the 0 in the array to the end
Applet and app are owned at the same time? A technical scheme with both
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
Introduction to cookie usage
leetcode151 翻转字符串里的单词
01 complexity
This shift, I still have to go
Adjust CEPH cluster image source
Typescript advanced type (2)
同花顺能开户吗,同花顺在APP上可以直接开通券商安全吗
TypeScript高级类型(二)
When openharmony meets openeuler
Vant3+ts H5 pages are nested into apps to communicate with native apps
干货 | 一文搞定 pytest 自动化测试框架(二)
Changes in the third generation dri
String s = null ; String s = new String(); String s = "; what is the difference between string s?