- 4
Python Help
(need help on this prob) Write a Python function num_List that prompts the user to enter non-negative integers. The function should keep on entering the integers and adding them to a list until a negative number is entered. Make sure that this list can be used in other parts of a program.
1 Answer
+ 1
What have you tried so far? Please link your code