리스트 컴프리헨션(Comprehension)

Haein Lee·2022년 10월 7일
0
#리스트
number= =[]
for i in range(1, 10+1):
	number.append(n)
#리스트 컴프리헨션
[x for x in range(10)]


링크텍스트

참고참고

profile
멋진 개발자가 될거야 :)

0개의 댓글