📅  最后修改于: 2022-03-11 14:45:26.861000             🧑  作者: Mango
a, b = map(int, input('Enter Two Values: ').split())
print('a = ', a, ' and type is: ', type(a))
print('b = ', b, ' and type is: ', type(b))