当前位置:首页 > Python教程 > python技巧

python最近的几个题学到的输入方式

输入方式

 

            a, b, c = map(float, input().split()) 

全排列

            
alist = list(map(int, input().split())) 

 

原文:https://www.cnblogs.com/SunChuangYu/p/12452645.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!