Home [프로그래머스] 특수문자 출력하기
Post
Cancel

[프로그래머스] 특수문자 출력하기

[unrated] 특수문자 출력하기 - 181948

문제 링크

성능 요약

메모리: 7.19 MB, 시간: 13.52 ms

구분

코딩테스트 연습 > 코딩 기초 트레이닝

채점결과

Empty

문제 설명

다음과 같이 출력하도록 코드를 작성해 주세요.


출력 예시

1
!@#$%^&*(\'"<>?:;

정답

1
print("!@#$%^&*(\\'\"<>?:;")


출처: 프로그래머스 코딩 테스트 연습, https://programmers.co.kr/learn/challenges

This post is licensed under CC BY 4.0 by the author.