Python Input Help

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 :frowning:

help me out, @hjr265

1 Like

2 posts were merged into an existing topic: 5 Ways of Taking Input in Python