Skip to content

Commit 841eb02

Browse files
authored
Update 딕셔너리로 숫자세기.py
1 parent 7e1c44a commit 841eb02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Note/Python/딕셔너리로 숫자세기.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44

55
def find_not_repeating_character(string):
6-
# 이 부분을 채워보세요!
76
for i in string:
87
if (i in dic) is False:
98
dic[i] = 0

0 commit comments

Comments
 (0)