여러 줄 프롬프트
예시 #1
문자열과 숫자
일반적인 프롬프트
Given a list that contains some numbers and strings,
**CREATE** a function called `format_list` and
format the numbers in the list 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,
CREATE a function called `format_list` and
format the numbers in the list into a string in which the numbers are prepended with a "#"
and check for strings and wrap in a double quote.
"""예시 #2
함수 테스트
일반적인 프롬프트
Python 프롬프트
예시 #3
프롬프트 지시문
일반적인 프롬프트
Python 프롬프트
예시 #4
업데이트 된 함수 테스트
일반적인 프롬프트
Python 프롬프트
Last updated