Write a programme to read a list of N integers.from the list create 2 new lists, one having only the elements divisible by 5 and other list with the elements that are not divisible by 5 .print all 3 lists.
pls answer it.​