여러 줄 주석
예시 #1
문자열과 숫자
일반적인 프롬프트
Given a list that contains some numbers and strings,
format the list elements into a string in which the numbers are prepended with a "#"
and check for strings and wrap in a double quote.Python 프롬프트
"""
Given a list that contains some numbers and strings,
format the list elements into a string in which the numbers are prepended with a "#"
and check for strings and wrap in a double quote.
"""예시 #2
함수 테스트
일반적인 프롬프트
Python 프롬프트
Last updated