🌈 搜索
📅  最后修改于: 2022-03-11 14:47:22.287000             🧑  作者: Mango
x = list(map(int, input("Enter multiple values: ").split())) print("List of students: ", x)