My issue
a, b = map(int, input().split())
please someone explain this line of code.
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python
a, b = map(int, input().split())
please someone explain this line of code.
Learning course: Practice Python
Problem Link: Rearrange Code Practice Problem in Python