编写Python程序,对三个整型数据按从小到大的顺序输出?

如题所述

第1个回答  2020-04-03

print(sorted(map(int,input('请输入3个整数:').strip().split())))

本回答被网友采纳
相似回答