Question: HHow can I add (and) in my code ? main.py 1 numList = [1] 2 while True: 3 num = int(input) 4 if num: numList.append(num)
HHow can I add (and) in my code ?
main.py 1 numList = [1] 2 while True: 3 num = int(input) 4 if num: numList.append(num) 6 else: 7 break 8 9 small = numList[@] 10 large numList[@] 11 for num in numList: 12 if num
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
