Collections.deque()

  • + 1 comment

    Hi , what is the difference between command , value, *arg = input().split()+[''] and command , value = input().split() . why the second one os not working?