n = int(input('Enter value of n: ')) free_list = [] for i in range(n): free_list.append(int(input('Enter number: '))) mul_of_3 = [] for i in free_list: if i%3==0: mul_of_3.append(i) print('multiple of 3 are: ', end=' ') for i in mul_of_3: print(i, end=' ')
Popular repositories Loading
-
-
PSORIASIS-SKIN-DEASISES-DETECTION-USING-CNN
PSORIASIS-SKIN-DEASISES-DETECTION-USING-CNN Public template
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.