(답변)
조금 복잡한 코딩이지만 정답입니다^^
N,X = map(int , input().split())
A =list( map(int,input().split()))
R= ()
for i in range(N):
if A(i) <X:
R.append((A(i)))
result=""
for j in R:
result=result + str( j) + ' '
print (str.rstrip(result))
(설명)
좀 지저분합니다.
아직 많이 못찍었어요^^