Week 3 Programming Assignment 1

N=input()

 a=[int(i) for i in input().split()]

for i in a:

  if(abs(i)%10!=4):

         print(i,end=" ")


Special thanks to -Ayush Paul(ECE,1st year)

Comments

Popular posts from this blog