I have this part of codeprint(int(input())-int(input()))
, but i'm need to make my code more short, and i'm looking for a way to do it.
I think, i can do map(int, input.split(' ')
, but i don't know, how to do difference of two elements of list using functions of Python