Skip to content

Commit 3537d40

Browse files
committed
[PGS]컨트롤 제트/lv1/40min
1 parent 842af0d commit 3537d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hongjoo/lv1/컨트롤제트.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
def solution(s):
22
answer = 0
33
tmp = []
4-
# 1. delete blank in string by using Replace()
4+
# 1. delete blank and change type spring to list
55
s=s.split()
66
for i in range(len(s)):
77
# if z exist, then pop all elements in tmp

0 commit comments

Comments
 (0)