in the first line, there is only 3, only one input… this is creating problem in my code, how can I ignore that ?
my code is like, a, b = map(int, input().split())
is there any way leave b in blank here ? or I am writing the code in the wrong way
help me out, @hjr265