I want to read two input values. First value should be an integer and the second value should be a float.
I saw Read two variables in a single line with Python, but
map(str,input().split()) that is how you do it.
map(str,input().split())