🌈 搜索
📅  最后修改于: 2022-03-11 14:45:39.612000             🧑  作者: Mango
a, b = input('Enter Two Values: ').split() print('a = ', a) print('b = ', b)