[4, 3, 2, 6] , N = 4
this is my input and I want to get the list and 4 and store all in a and b (a for the list and b for the integer)
a = list(map(int, input().strip(' []').split(',')))
i know how to get the list but I dont know how to get n because of the comma "," after and "N =" .