• + 0 comments

    Not reqired to put input() for each variable .just call the input for _ in range(no of variables); see here

    a , b = int (input()) for _ in range ( 2 ):