python recently learned a few questions input mode

input method

 

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

Full array


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

 

Guess you like

Origin www.cnblogs.com/SunChuangYu/p/12452645.html