Description
PART 1 (Submit to moodle)
Explain Kanban Software development system. Find differences between agile
development and kanban development and specify them.
PART 2 (Submit to moodle)
Complete the following function in python and lisp that counts and returns the
numbers greater than or equal to 0: (You may use the neg-count function)
Lisp part Python part
((defun nonneg_count (lst)…. def nonneg_count (lst):