문제
https://school.programmers.co.kr/learn/courses/30/lessons/181940
Code
def solution(my_string, k):
return my_string * k
'Algorithm > 프로그래머스' 카테고리의 다른 글
[Python] 공배수 (0) | 2023.11.26 |
---|---|
[Python] n의 배수 (0) | 2023.11.26 |
[Python] 덧셈식 출력하기 (0) | 2023.11.24 |
[Python] 문자열 붙여서 출력하기 (0) | 2023.11.20 |
[Python] 홀짝 구분하기 (0) | 2023.11.15 |