코딩도장

코딩도장

변경이력

돌아가기
2 1개 문자 추가 1개 문자 삭제

2023年07月23日 07:19

Dongyoon Kim

```{.python} # List comprehension 이용 nums = [int(a) for x in range(1,100001) for a in str(x)] count = sum(1 for n in nums if n == 8) print(count) ```
```{.python} # List comprehension 이용 nums = [int(a) for x in range(1,100001) for a in str(x)] count = sum(1 for n in nums if n == 8) print(count) ```
```{.python} # List comprehension 이용 nums = [int(a) for x in range(1,100001) for a in str(x)] count = sum(1 for n in nums if n == 8) print(count) ```
1 Original

2023年07月18日 08:05

Dongyoon Kim

```{.python} # List comprehension 이용 nums = [int(a) for x in range(1,10000) for a in str(x)] count = sum(1 for n in nums if n == 8) print(count) ```
```{.python} # List comprehension 이용 nums = [int(a) for x in range(1,10000) for a in str(x)] count = sum(1 for n in nums if n == 8) print(count) ```
코딩도장

코딩도장은 프로그래밍 문제풀이를 통해서 코딩 실력을 수련(Practice)하는 곳입니다.

코딩도장 © 2014 · 문의 [email protected]
피드백 · 개인정보취급방침 · RSS

AltStyle によって変換されたページ (->オリジナル) /