Designer Door Mat

  • + 3 comments

    Hlw dear,

    Difference between:

                                                                                            1. n, m = map(int,input().split())   (it's work)
    
                                                                                            2. n = int(input())
                                                                                                     m = int(input())  (but this isn't work)
    
                                        Why Can you explain plz