📜  在 python 代码示例中接受多个输入

📅  最后修改于: 2022-03-11 14:45:59.206000             🧑  作者: Mango

代码示例1
only_str = input().split() #only str
define_type = list(map(int, input().split())) #int, float, str