We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842af0d commit 3537d40Copy full SHA for 3537d40
Hongjoo/lv1/컨트롤제트.py
@@ -1,7 +1,7 @@
1
def solution(s):
2
answer = 0
3
tmp = []
4
- # 1. delete blank in string by using Replace()
+ # 1. delete blank and change type spring to list
5
s=s.split()
6
for i in range(len(s)):
7
# if z exist, then pop all elements in tmp
0 commit comments