🔗 문제
https://school.programmers.co.kr/learn/courses/30/lessons/120826
💻 Code
def solution(my_string, letter):
return my_string.replace(letter, '')
'Algorithm > 프로그래머스' 카테고리의 다른 글
[Python] 홀짝 구분하기 (0) | 2023.11.15 |
---|---|
[Python] 문자 리스트를 문자열로 변환하기 (0) | 2023.11.10 |
[Lv.0/Python] 머쓱이보다 키 큰 사람 (0) | 2023.07.28 |
[Lv.0/Python] 점의 위치 구하기 (0) | 2023.07.28 |
[Lv.0/Python] 짝수 홀수 개수 (0) | 2023.07.28 |